Home
last modified time | relevance | path

Searched defs:_ifp (Results 1 – 13 of 13) sorted by relevance

/xnu-8020.121.3/bsd/net/
H A Dif_var.h1365 #define IF_TCP_STATINC(_ifp, _s) do { \ argument
1370 #define IF_UDP_STATINC(_ifp, _s) do { \ argument
1386 #define IF_FULLY_ATTACHED(_ifp) \ argument
1389 #define IF_FULLY_ATTACHED_AND_READY(_ifp) \ argument
1660 #define IFNET_IS_CELLULAR(_ifp) \ argument
1668 #define IFNET_IS_ETHERNET(_ifp) \ argument
1684 #define IFNET_IS_WIFI(_ifp) \ argument
1700 #define IFNET_IS_WIRED(_ifp) \ argument
1710 #define IFNET_IS_WIFI_INFRA(_ifp) \ argument
1720 #define IFNET_IS_COMPANION_LINK(_ifp) \ argument
[all …]
H A Dremote_vif.c72 ifnet_t _ifp; member
H A Ddlil.c7724 struct ifnet *_ifp; in ifnet_lookup() local
H A Dnecp_client.c5317 #define NECP_IFP_IS_ON_ORDERED_LIST(_ifp) ((_ifp)->if_ordered_link.tqe_next != NULL || (_ifp)->if_o… argument
/xnu-8020.121.3/bsd/netinet6/
H A Dip6_input.c304 #define IP6_HDR_ALIGNMENT_FIXUP(_m, _ifp, _action) do { } while (0) argument
306 #define IP6_HDR_ALIGNMENT_FIXUP(_m, _ifp, _action) do { \ argument
H A Din6_var.h837 #define in6_ifstat_add_common(_ifp, _tag, _count, _atomic) do { \ argument
848 #define in6_ifstat_inc(_ifp, _tag) \ argument
852 #define in6_ifstat_inc_na(_ifp, _tag) \ argument
856 #define in6_ifstat_add(_ifp, _tag, _count) \ argument
946 #define IN6_IFEXTRA(_ifp) (_ifp->if_inet6data) argument
H A Din6_src.c1335 #define CHECK_RESTRICTIONS(_ip6oa, _ifp) \ in selectroute() argument
/xnu-8020.121.3/bsd/netinet/
H A Dip_input.c405 #define IP_HDR_ALIGNMENT_FIXUP(_m, _ifp, _action) do { } while (0) argument
407 #define IP_HDR_ALIGNMENT_FIXUP(_m, _ifp, _action) do { \ argument
H A Din_var.h488 #define IN_IFEXTRA(_ifp) (_ifp->if_inetdata) argument
H A Dip_output.c354 #define IP_CHECK_RESTRICTIONS(_ifp, _ipobf) \ in ip_output_list() argument
H A Dicmp6.h778 #define icmp6_ifstat_inc(_ifp, _tag) do { \ argument
/xnu-8020.121.3/bsd/sys/
H A Dmbuf.h723 #define TSO_IPV4_OK(_ifp, _m) \ argument
727 #define TSO_IPV4_NOTOK(_ifp, _m) \ argument
731 #define TSO_IPV6_OK(_ifp, _m) \ argument
735 #define TSO_IPV6_NOTOK(_ifp, _m) \ argument
/xnu-8020.121.3/bsd/skywalk/nexus/
H A Dnexus_adapter.h397 #define NA(_ifp) ((_ifp)->if_na) argument