Searched defs:_ifp (Results 1 – 13 of 13) sorted by relevance
| /xnu-8020.121.3/bsd/net/ |
| H A D | if_var.h | 1365 #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 D | remote_vif.c | 72 ifnet_t _ifp; member
|
| H A D | dlil.c | 7724 struct ifnet *_ifp; in ifnet_lookup() local
|
| H A D | necp_client.c | 5317 #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 D | ip6_input.c | 304 #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 D | in6_var.h | 837 #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 D | in6_src.c | 1335 #define CHECK_RESTRICTIONS(_ip6oa, _ifp) \ in selectroute() argument
|
| /xnu-8020.121.3/bsd/netinet/ |
| H A D | ip_input.c | 405 #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 D | in_var.h | 488 #define IN_IFEXTRA(_ifp) (_ifp->if_inetdata) argument
|
| H A D | ip_output.c | 354 #define IP_CHECK_RESTRICTIONS(_ifp, _ipobf) \ in ip_output_list() argument
|
| H A D | icmp6.h | 778 #define icmp6_ifstat_inc(_ifp, _tag) do { \ argument
|
| /xnu-8020.121.3/bsd/sys/ |
| H A D | mbuf.h | 723 #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 D | nexus_adapter.h | 397 #define NA(_ifp) ((_ifp)->if_na) argument
|