Searched refs:IFSCOPE_NONE (Results 1 - 17 of 17) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.c248 static unsigned int primary_ifscope = IFSCOPE_NONE;
334 * IFSCOPE_NONE, we'd end up clearing the embedded ifscope on
426 return (rtalloc_ign_common_locked(ro, ignore, IFSCOPE_NONE));
463 return (rtalloc1_common_locked(dst, report, ignflags, IFSCOPE_NONE));
811 unsigned int ifscope = (ifp != NULL) ? ifp->if_index : IFSCOPE_NONE;
960 gateway, IFSCOPE_NONE));
967 if (ifscope != IFSCOPE_NONE)
992 dst = sin_copy(SIN(dst), &dst_in, IFSCOPE_NONE);
994 gateway = sin_copy(SIN(gateway), &gw_in, IFSCOPE_NONE);
1089 (flags & ~RTF_IFSCOPE), ret_nrt, IFSCOPE_NONE));
[all...]
H A Droute.h333 #define IFSCOPE_NONE 0 macro
H A Dif.c657 if (ifscope == IFSCOPE_NONE)
704 return (ifa_ifwithnet_common(addr, IFSCOPE_NONE));
727 ifscope = IFSCOPE_NONE;
789 if (ifscope != IFSCOPE_NONE &&
H A Drtsock.c314 unsigned int ifscope = IFSCOPE_NONE;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_gif.c116 struct ip_out_args ipoa = { IFSCOPE_NONE };
H A Dip_output.c343 ifscope = IFSCOPE_NONE;
547 if (ifscope == IFSCOPE_NONE)
2070 ifscope = IFSCOPE_NONE;
3045 if (ifscope != IFSCOPE_NONE || ro->ro_rt != NULL) {
3057 if (scope == IFSCOPE_NONE) {
3092 if (ifa == NULL && ifscope == IFSCOPE_NONE) {
3186 if (inp->inp_boundif == IFSCOPE_NONE)
H A Dtcp_usrreq.c713 tcp_mss(tp, -1, IFSCOPE_NONE);
762 tcp_mss(tp, -1, IFSCOPE_NONE);
H A Dip_divert.c354 struct ip_out_args ipoa = { IFSCOPE_NONE };
H A Dtcp_timer.c808 ifscope = IFSCOPE_NONE;
H A Dtcp_input.c567 ifscope = IFSCOPE_NONE;
1009 inp->inp_boundif : IFSCOPE_NONE;
1144 if (head_ifscope != IFSCOPE_NONE && !isipv6) {
1146 if (head_ifscope != IFSCOPE_NONE) {
3673 rt = tcp_rtlookup(tp->t_inpcb, IFSCOPE_NONE);
H A Dtcp_subr.c1558 rt = tcp_rtlookup(inp, IFSCOPE_NONE);
1658 * input_ifscope is IFSCOPE_NONE).
1818 rt = tcp_rtlookup(inp, IFSCOPE_NONE);
H A Dip_icmp.c828 struct ip_out_args ipoa = { IFSCOPE_NONE };
H A Draw_ip.c327 inp->inp_boundif : IFSCOPE_NONE;
H A Dtcp_output.c1646 inp->inp_boundif : IFSCOPE_NONE;
H A Dudp_usrreq.c1035 inp->inp_boundif : IFSCOPE_NONE;
H A Din_pcb.c628 inp->inp_boundif : IFSCOPE_NONE;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.c869 *m, ack, seq, flags, IFSCOPE_NONE);

Completed in 180 milliseconds