Home
last modified time | relevance | path

Searched defs:ifnet (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/net/
H A Dif_var_private.h611 TAILQ_ENTRY(ifnet) if_link; /* all struct ifnets are chained */ argument
647 ifnet_family_t if_family; /* value assigned by Apple */ argument
654 volatile ifnet_start_func if_start; argument
671 ifnet_detached_func if_detach; argument
701 struct ifnet_filter_head if_flt_head; argument
726 ifnet_model_t poll_mode; /* current mode */ argument
786 struct nexus_ifnet_ops *if_na_ops; argument
813 ifnet_start_func if_save_start; argument
824 struct ifnet *if_delegate_parent; argument
868 struct ifnet *ifp; /* delegated ifp */ argument
[all …]
H A Dntstat.h992 nstat_ifnet_add_param ifnet; member
1055 nstat_ifnet_descriptor ifnet; member
1120 nstat_ifnet_descriptor ifnet; member
/xnu-11215/tools/lldbmacros/
H A Dnet.py73 def ShowIfConfiguration(ifnet): argument
/xnu-11215/bsd/kern/
H A Dkpi_mbuf.c785 mbuf_pkthdr_setrcvif(mbuf_t mbuf, ifnet_t ifnet) in mbuf_pkthdr_setrcvif()