• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/xnu-2422.115.4/bsd/net/

Lines Matching refs:ifnet

112 typedef int (bpf_callback_func)(struct ifnet *, struct mbuf *);
113 typedef int (if_set_bpf_tap_func)(struct ifnet *ifp, int mode, bpf_callback_func * func);
197 struct ifnet * vlp_ifp; /* interface */
212 struct ifnet * ifv_ifp; /* our interface */
372 static int vlan_clone_destroy(struct ifnet *);
375 static int vlan_output(struct ifnet *ifp, struct mbuf *m);
379 static int vlan_attach_protocol(struct ifnet *ifp);
380 static int vlan_detach_protocol(struct ifnet *ifp);
381 static int vlan_setmulti(struct ifnet *ifp);
383 static int vlan_config(struct ifnet * ifp, struct ifnet * p, int tag);
384 static void vlan_if_free(struct ifnet * ifp);
392 static void interface_link_event(struct ifnet * ifp, u_int32_t event_code);
393 static void vlan_parent_link_event(struct ifnet * p,
456 ifnet_get_ifvlan(struct ifnet * ifp)
465 ifnet_get_ifvlan_retained(struct ifnet * ifp)
481 ifnet_ifvlan_vlan_parent_ok(struct ifnet * ifp, ifvlan_ref ifv,
538 siocgifdevmtu(struct ifnet * ifp, struct ifdevmtu * ifdm_p)
552 siocsifaltmtu(struct ifnet * ifp, int mtu)
562 vlan_bpf_output(struct ifnet * ifp, struct mbuf * m,
572 vlan_bpf_input(struct ifnet * ifp, struct mbuf * m,
624 struct ifnet * ifp = vlp->vlp_ifp;
657 struct ifnet * ifp = vlp->vlp_ifp;
667 struct ifnet * ifp = vlp->vlp_ifp;
690 struct ifnet * ifp = vlp->vlp_ifp;
706 vlan_setmulti(struct ifnet * ifp)
710 struct ifnet * p;
755 parent_list_lookup(struct ifnet * p)
781 vlan_lookup_parent_and_tag(struct ifnet * p, int tag)
819 vlan_parent_create(struct ifnet * p, vlan_parent_ref * ret_vlp)
850 vlan_parent_remove_all_vlans(struct ifnet * p)
875 struct ifnet * ifp = ifv->ifv_ifp;
1028 vlan_clone_destroy(struct ifnet *ifp)
1086 vlan_output(struct ifnet * ifp, struct mbuf * m)
1092 struct ifnet * p;
1207 struct ifnet * ifp = NULL;
1302 vlan_config(struct ifnet * ifp, struct ifnet * p, int tag)
1509 vlan_link_event(struct ifnet * ifp, struct ifnet * p)
1531 struct ifnet * ifp = ifv->ifv_ifp;
1535 struct ifnet * p;
1632 vlan_set_promisc(struct ifnet * ifp)
1677 struct ifnet * ifp = ifv->ifv_ifp;
1698 struct ifnet * p = vlp->vlp_ifp;
1713 vlan_set_mtu(struct ifnet * ifp, int mtu)
1775 struct ifnet * p;
1964 vlan_if_free(struct ifnet * ifp)
1981 vlan_event(struct ifnet * p, __unused protocol_family_t protocol,
2015 interface_link_event(struct ifnet * ifp, u_int32_t event_code)
2037 vlan_parent_link_event(struct ifnet * p, u_int32_t event_code)
2065 struct ifnet * ifp = ifv->ifv_ifp;
2091 vlan_attach_protocol(struct ifnet *ifp)
2114 vlan_detach_protocol(struct ifnet *ifp)
2135 vlan_attach_inet(struct ifnet *ifp, protocol_family_t protocol_family)
2141 vlan_detach_inet(struct ifnet *ifp, protocol_family_t protocol_family)
2148 vlan_attach_inet6(struct ifnet *ifp, protocol_family_t protocol_family)
2154 vlan_detach_inet6(struct ifnet *ifp, protocol_family_t protocol_family)