Home
last modified time | relevance | path

Searched refs:ether_input (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/net/
Dif_bridge.c734 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()
Dif_ether.h260 void ether_input(struct ifnet *, struct mbuf *);
Dif_ethersubr.c644 ether_input(struct ifnet *ifp, struct mbuf *m) in ether_input() function
1053 ifp->_if_input = ether_input; in ether_ifattach()
Dif_l2tp.c302 sc->l2tp_ec.ec_if._if_input = ether_input; in l2tpattach0()
/netbsd/src/doc/
DTODO.smpnet273 Also IFF_PROMISC is checked in ether_input and we should get rid of it somehow.
DCHANGES.prev1226 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/
Dip_carp.c1493 ether_input(&vh->sc_if, m0); in carp_input()
1507 ether_input(ifp, m); in carp_input()