HomeSort by: relevance | last modified time | path
    Searched refs:ether_input (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/net/
if_ether.h 260 void ether_input(struct ifnet *, struct mbuf *);
if_bridge.c 734 ifs->_if_input = ether_input;
849 if (ifs->_if_input != ether_input) {
1758 ether_input(dst_if, mc);
2012 ether_input(ifp, m);
2022 ether_input(ifp, m);
2076 ether_input(_ifp, m);
2101 ether_input(ifp, m);
2196 ether_input(dst_if, mc);
if_ethersubr.c 643 ether_input(struct ifnet *ifp, struct mbuf *m) function in typeref:typename:void
777 * to ether_input().
793 /* vlan_input() called ether_input() recursively */
1052 ifp->_if_input = ether_input;
if_l2tp.c 302 sc->l2tp_ec.ec_if._if_input = ether_input;
  /src/sys/netinet/
ip_carp.c 1493 ether_input(&vh->sc_if, m0);
1507 ether_input(ifp, m);

Completed in 36 milliseconds