Searched refs:ether_input (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/net/ |
| D | if_bridge.c | 734 ifs->_if_input = ether_input; in bridge_delete_member() 849 if (ifs->_if_input != ether_input) { in bridge_ioctl_add() 1758 ether_input(dst_if, mc); in bridge_output() 2012 ether_input(ifp, m); in bridge_input() 2022 ether_input(ifp, m); in bridge_input() 2076 ether_input(_ifp, m); in bridge_input() 2101 ether_input(ifp, m); in bridge_input() 2196 ether_input(dst_if, mc); in bridge_broadcast()
|
| D | if_ether.h | 260 void ether_input(struct ifnet *, struct mbuf *);
|
| D | if_ethersubr.c | 644 ether_input(struct ifnet *ifp, struct mbuf *m) in ether_input() function 1053 ifp->_if_input = ether_input; in ether_ifattach()
|
| D | if_l2tp.c | 302 sc->l2tp_ec.ec_if._if_input = ether_input; in l2tpattach0()
|
| /netbsd/src/doc/ |
| D | TODO.smpnet | 273 Also IFF_PROMISC is checked in ether_input and we should get rid of it somehow.
|
| D | CHANGES.prev | 1226 ethernet: change ether_input() and ether_output() to take a 4110 from a device receive interrupt (via ether_input or 5995 into ether_input(), and change Ethernet drivers to always 5996 pass all received frames to ether_input(). [thorpej 20001001]
|
| /netbsd/src/sys/netinet/ |
| D | ip_carp.c | 1493 ether_input(&vh->sc_if, m0); in carp_input() 1507 ether_input(ifp, m); in carp_input()
|