Home
last modified time | relevance | path

Searched refs:IFT_CELLULAR (Results 1 – 14 of 14) sorted by relevance

/xnu-8792.41.9/bsd/net/
H A Dif_types.h149 #define IFT_CELLULAR 0xff /* Packet Data over Cellular */ macro
150 #define IFT_PDP IFT_CELLULAR /* deprecated; use IFT_CELLULAR */
H A Dif_var_private.h1219 ((_ifp)->if_type == IFT_CELLULAR || \
1220 (_ifp)->if_delegated.type == IFT_CELLULAR || \
H A Dpktap.c237 pktap->pktp_filters[1].filter_param_if_type = IFT_CELLULAR; in pktap_clone_create()
1172 case IFT_CELLULAR: in pktap_bpf_tap()
H A Ddlil.c1174 case IFT_CELLULAR: in dlil_attach_netif_compat_nexus()
6159 ifp->if_type == IFT_CELLULAR) { in dlil_input_packet_list_common()
6196 case IFT_CELLULAR: in dlil_input_packet_list_common()
6693 (ifp->if_type == IFT_CELLULAR || in dlil_output()
6815 (ifp->if_type == IFT_CELLULAR || in dlil_output()
10534 if ((ifp->if_type != IFT_CELLULAR) && in if_state_update()
H A Dkpi_interface.c3330 if (ifp->if_type == IFT_CELLULAR) { in ifnet_link_status_report()
H A Dnecp.c7594 if (rt->rt_ifp->if_type == IFT_CELLULAR) { in necp_application_find_policy_match_internal()
10673 if (ifp->if_type == IFT_CELLULAR && in necp_route_get_netagent()
10786 if (ifp->if_type == IFT_CELLULAR && in necp_route_get_flow_divert_inner()
H A Dif.c831 (ifp->if_type == IFT_CELLULAR || in if_functional_type()
H A Dntstat.c3721 if (ifp->if_type == IFT_CELLULAR) { in nstat_ifnet_copy_link_status()
/xnu-8792.41.9/bsd/netinet6/
H A Din6_ifattach.c358 case IFT_CELLULAR: in in6_iid_from_hw()
H A Dnd6.c1184 dr->ifp->if_type == IFT_CELLULAR) { in nd6_service_expired_default_router()
1290 dr->ifp->if_type == IFT_CELLULAR) { in nd6_service_expired_route_info()
4625 case IFT_CELLULAR: in nd6_need_cache()
H A Dnd6_rtr.c987 if (new->ifp->if_type == IFT_CELLULAR && in defrouter_addreq()
3098 if (ifp != NULL && ifp->if_type == IFT_CELLULAR) { in find_pfxlist_reachable_router()
H A Dip6_input.c1151 if (inifp->if_type == IFT_CELLULAR && in ip6_input()
H A Din6.c4064 case IFT_CELLULAR: in in6_if2idlen()
/xnu-8792.41.9/bsd/netinet/
H A Din_pcb.c3909 (ifp->if_type == IFT_CELLULAR || IFNET_IS_WIFI(ifp))) { in inp_count_sndbytes()