Home
last modified time | relevance | path

Searched refs:s_src (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/bsd/netinet6/
H A Din6_src.c201 (#r), s_src, ifp1->if_xname); \
208 (#r), s_src, ifp1->if_xname); \
214 (#r), s_src, ifp1->if_xname); \
283 char s_src[MAX_IPv6_STR_LEN] = {0}; in in6_selectsrc_core() local
305 (void) inet_ntop(AF_INET6, &dst, s_dst, sizeof(s_src)); in in6_selectsrc_core()
308 (void) inet_ntop(AF_INET6, tmp, s_src, sizeof(s_src)); in in6_selectsrc_core()
310 __func__, s_src, s_dst, ifp->if_xname); in in6_selectsrc_core()
347 s_src, sizeof(s_src)); in in6_selectsrc_core()
357 "reserved for CLAT46\n", s_src, ifp1->if_xname); in in6_selectsrc_core()
369 "interface \n", s_src, ifp1->if_xname); in in6_selectsrc_core()
[all …]
/xnu-10063.101.15/bsd/netinet/
H A Dip_output.c3038 char s_src[MAX_IPv4_STR_LEN], s_dst[MAX_IPv4_STR_LEN]; in in_selectsrcif() local
3043 (void) inet_ntop(AF_INET, &src.s_addr, s_src, sizeof(s_src)); in in_selectsrcif()
3101 "ro_if %s\n", s_src, s_dst, ifscope, in in_selectsrcif()
3106 s_src, s_dst, ifscope, scope, in in_selectsrcif()
3224 s_src, s_dst, ifscope, if_name(ifa->ifa_ifp)); in in_selectsrcif()
3244 s_src, s_dst, ifscope, if_name(rt_ifp), in in_selectsrcif()
3249 s_src, s_dst, ifscope, if_name(rt_ifp)); in in_selectsrcif()
3275 s_src, s_dst, ifscope); in in_selectsrcif()