Searched refs:IFT_CELLULAR (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_types.h151 #define IFT_CELLULAR 0xff /* Packet Data over Cellular */ macro
152 #define IFT_PDP IFT_CELLULAR /* deprecated; use IFT_CELLULAR */
H A Diptap.c63 type != IFT_CELLULAR) \
H A Ddlil.c4452 ifp->if_type == IFT_ETHER || ifp->if_type == IFT_CELLULAR) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c283 (ia6->ia_ifa.ifa_ifp->if_type == IFT_CELLULAR))) {
529 ia_best->ia_ifa.ifa_ifp->if_type == IFT_CELLULAR) {
1007 ((ifp != NULL && ifp->if_type == IFT_CELLULAR) ||
1009 route->ro_rt->rt_ifp->if_type == IFT_CELLULAR))) {
H A Din6_pcb.c464 (*outif)->if_type == IFT_CELLULAR)
510 outif->if_type == IFT_CELLULAR)
H A Din6_ifattach.c364 case IFT_CELLULAR:
H A Din6.c3544 case IFT_CELLULAR:
H A Dnd6.c3425 case IFT_CELLULAR:
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c783 if (ro->ro_rt->rt_ifp->if_type == IFT_CELLULAR) {
832 ia->ia_ifa.ifa_ifp->if_type == IFT_CELLULAR) {
H A Dtcp_lro.c721 if ((m->m_pkthdr.rcvif->if_type == IFT_CELLULAR) ||
H A Dip_output.c638 ifa->ifa_ifp->if_type == IFT_CELLULAR) {
735 IFT_CELLULAR) {
H A Dtcp_output.c2180 outif->if_type == IFT_CELLULAR)
H A Dtcp_input.c2384 (m->m_pkthdr.rcvif->if_type != IFT_CELLULAR) &&

Completed in 129 milliseconds