Searched refs:select_srcif (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6_src.c584 boolean_t select_srcif, proxied_ifa = FALSE, local_dst = FALSE; local
628 select_srcif = (ip6_doscopedroute && srcsock != NULL &&
695 if (!select_srcif) {
824 (select_srcif && (ifa == NULL ||
859 if (select_srcif) {
881 (select_srcif && (ifa == NULL ||
928 if (select_srcif) {
1073 } else if (select_srcif && ip6_select_srcif_debug) {
H A Dip6_output.c319 boolean_t select_srcif : 1; member in struct:__anon14751::__anon14752
413 if ((ip6obf.select_srcif = (!(flags & (IPV6_FORWARDING |
427 ip6obf.select_srcif = FALSE;
988 if (ip6obf.select_srcif) {
1004 if ((error = in6_selectroute(ip6obf.select_srcif ? &src_sa : NULL,
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_output.c297 boolean_t select_srcif : 1; /* set once */ member in struct:__anon14730::__anon14731
399 if ((ipobf.select_srcif = (!(flags & IP_FORWARDING) &&
416 ipobf.select_srcif = FALSE;
589 if (!ipobf.select_srcif && ro->ro_rt != NULL &&
650 if (ipobf.select_srcif &&

Completed in 130 milliseconds