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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h592 #define INP_NO_IFT_CELLULAR 0x20000000 /* do not use IFT_CELLULAR route */ macro
613 #define IN6P_NO_IFT_CELLULAR INP_NO_IFT_CELLULAR
H A Din_pcb.c743 nocell = (inp->inp_flags & INP_NO_IFT_CELLULAR) ? 1 : 0;
2009 inp->inp_flags |= INP_NO_IFT_CELLULAR;
2010 } else if (inp->inp_flags & INP_NO_IFT_CELLULAR) {
H A Dtcp_output.c2017 if (inp->inp_flags & INP_NO_IFT_CELLULAR) {
2179 if ((inp->inp_flags & INP_NO_IFT_CELLULAR) && outif != NULL &&
H A Draw_ip.c373 if (inp->inp_flags & INP_NO_IFT_CELLULAR)
H A Dtcp_timer.c848 if (tp->t_inpcb->inp_flags & INP_NO_IFT_CELLULAR)
H A Dtcp_input.c1498 if (inp != NULL && (inp->inp_flags & INP_NO_IFT_CELLULAR))
1687 head_nocell = (inp->inp_flags & INP_NO_IFT_CELLULAR) ? 1 : 0;
1877 * Inherit INP_NO_IFT_CELLULAR from listener.
1880 inp->inp_flags |= INP_NO_IFT_CELLULAR;
H A Dudp_usrreq.c1369 if (inp->inp_flags & INP_NO_IFT_CELLULAR)
H A Dip_output.c2723 optval = (inp->inp_flags & INP_NO_IFT_CELLULAR) ? 1 : 0;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_output.c205 if (in6p->inp_flags & INP_NO_IFT_CELLULAR)
H A Din6_pcb.c463 (inp->inp_flags & INP_NO_IFT_CELLULAR) &&
508 if ((inp->inp_flags & INP_NO_IFT_CELLULAR) &&
H A Draw_ip6.c365 if (in6p->inp_flags & INP_NO_IFT_CELLULAR)
H A Din6_src.c228 if (inp->inp_flags & INP_NO_IFT_CELLULAR)
H A Dip6_output.c2503 optval = (in6p->inp_flags & INP_NO_IFT_CELLULAR)

Completed in 181 milliseconds