Home
last modified time | relevance | path

Searched refs:IFRTYPE_FUNCTIONAL_WIRED (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/bsd/net/
H A Dif.h350 #define IFRTYPE_FUNCTIONAL_WIRED 2 macro
H A Dif_private.h285 #define IFRTYPE_FUNCTIONAL_WIRED 2 macro
H A Dif.c922 ret = IFRTYPE_FUNCTIONAL_WIRED; in if_functional_type()
940 } else if (ifp->peer_egress_functional_type == IFRTYPE_FUNCTIONAL_WIRED) { in if_peer_egress_functional_type()
941 ret = IFRTYPE_FUNCTIONAL_WIRED; in if_peer_egress_functional_type()
950 } else if (if_delegated_ifp->peer_egress_functional_type == IFRTYPE_FUNCTIONAL_WIRED) { in if_peer_egress_functional_type()
951 ret = IFRTYPE_FUNCTIONAL_WIRED; in if_peer_egress_functional_type()
H A Dif_ipsec.c3993 case IFRTYPE_FUNCTIONAL_WIRED: in ipsec_ioctl()
H A Dnecp.c12172 *interface_type_denied = IFRTYPE_FUNCTIONAL_WIRED; in necp_route_is_allowed_inner()
12182 *interface_type_denied = IFRTYPE_FUNCTIONAL_WIRED; in necp_route_is_allowed_inner()
H A Dntstat.c687 case IFRTYPE_FUNCTIONAL_WIRED: in nstat_ifnet_to_flags()