Home
last modified time | relevance | path

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

/xnu-12377.61.12/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 Ddlil_output.c144 (ifp->if_type == IFT_CELLULAR || in dlil_output()
274 (ifp->if_type == IFT_CELLULAR || in dlil_output()
H A Dpktap.c250 pktap->pktp_filters[1].filter_param_if_type = IFT_CELLULAR; in pktap_clone_create()
1202 case IFT_CELLULAR: in pktap_bpf_tap()
H A Dif_var_private.h1371 ((_ifp)->if_type == IFT_CELLULAR || \
1372 (_ifp)->if_delegated.type == IFT_CELLULAR || \
H A Ddlil_input.c876 ifp->if_type == IFT_CELLULAR) { in dlil_input_packet_list_common()
918 case IFT_CELLULAR: in dlil_input_packet_list_common()
H A Dif_redirect.c1262 rd_init.type = IFT_CELLULAR; in redirect_clone_create()
H A Ddlil.c617 case IFT_CELLULAR: in dlil_attach_netif_compat_nexus()
6438 if ((ifp->if_type != IFT_CELLULAR) && in if_state_update()
H A Dkpi_interface.c3482 if (ifp->if_type == IFT_CELLULAR) { in ifnet_link_status_report()
H A Dnecp.c8769 if (rt->rt_ifp->if_type == IFT_CELLULAR) { in necp_application_find_policy_match_internal()
12568 if (ifp->if_type == IFT_CELLULAR && in necp_route_get_netagent()
12711 if (ifp->if_type == IFT_CELLULAR && in necp_route_get_flow_divert_inner()
H A Dif.c916 (ifp->if_type == IFT_CELLULAR || in if_functional_type()
H A Dntstat.c4456 if (ifp->if_type == IFT_CELLULAR) { in nstat_ifnet_copy_link_status()
H A Dnecp_client.c4914 …if (client->current_route->rt_ifp->if_type == IFT_CELLULAR && client->current_route->rt_ifp->if_li… in necp_update_client_result()
/xnu-12377.61.12/bsd/netinet6/
H A Din6_ifattach.c362 case IFT_CELLULAR: in in6_iid_from_hw()
H A Dnd6_rtr.c1060 if (new->ifp->if_type == IFT_CELLULAR && in defrouter_addreq()
1743 if (dr->ifp->if_type != IFT_CELLULAR && in defrouter_select()
3245 if (ifp != NULL && ifp->if_type == IFT_CELLULAR) { in find_pfxlist_reachable_router()
H A Dnd6.c1197 dr->ifp->if_type == IFT_CELLULAR) { in nd6_service_expired_default_router()
1303 dr->ifp->if_type == IFT_CELLULAR) { in nd6_service_expired_route_info()
4444 case IFT_CELLULAR: in nd6_need_cache()
H A Dip6_input.c1181 if (inifp->if_type == IFT_CELLULAR && in ip6_input()
H A Din6.c4057 case IFT_CELLULAR: in in6_if2idlen()
/xnu-12377.61.12/bsd/netinet/
H A Din_pcb.c4176 (ifp->if_type == IFT_CELLULAR || IFNET_IS_WIFI(ifp))) { in inp_count_sndbytes()