Searched refs:nocell (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c837 unsigned int ifscope, nocell = 0; local
849 nocell = 1;
854 nocell);
H A Din_pcb.c730 unsigned int nocell; local
743 nocell = (inp->inp_flags & INP_NO_IFT_CELLULAR) ? 1 : 0;
781 if (nocell && ro->ro_rt != NULL) {
831 if (nocell && ia != NULL &&
H A Dip_output.c306 unsigned int nocell = 0; local
416 nocell = 1;
637 if (nocell && ifa != NULL &&
732 if (nocell && ro->ro_rt != NULL) {
H A Dtcp_subr.c579 unsigned int nocell
773 if (nocell)
795 if (nocell)
H A Dtcp_input.c1111 unsigned int ifscope, nocell = 0; local
1499 nocell = 1;
3969 TH_RST, ifscope, nocell);
3975 (tcp_seq)0, TH_RST|TH_ACK, ifscope, nocell);

Completed in 35 milliseconds