Searched refs:s_src (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.61.2/bsd/netinet6/ |
| H A D | in6_src.c | 210 (#r), s_src, ifp1->if_xname); \ 217 (#r), s_src, ifp1->if_xname); \ 223 (#r), s_src, ifp1->if_xname); \ 292 char s_src[MAX_IPv6_STR_LEN] = {0}; in in6_selectsrc_core() local 314 (void) inet_ntop(AF_INET6, &dst, s_dst, sizeof(s_src)); in in6_selectsrc_core() 317 (void) inet_ntop(AF_INET6, tmp, s_src, sizeof(s_src)); in in6_selectsrc_core() 319 __func__, s_src, s_dst, ifp->if_xname); in in6_selectsrc_core() 356 s_src, sizeof(s_src)); in in6_selectsrc_core() 366 "reserved for CLAT46\n", s_src, ifp1->if_xname); in in6_selectsrc_core() 378 "interface \n", s_src, ifp1->if_xname); in in6_selectsrc_core() [all …]
|
| /xnu-8792.61.2/bsd/netinet/ |
| H A D | ip_output.c | 3045 char s_src[MAX_IPv4_STR_LEN], s_dst[MAX_IPv4_STR_LEN]; in in_selectsrcif() local 3050 (void) inet_ntop(AF_INET, &src.s_addr, s_src, sizeof(s_src)); in in_selectsrcif() 3108 "ro_if %s\n", s_src, s_dst, ifscope, in in_selectsrcif() 3113 s_src, s_dst, ifscope, scope, in in_selectsrcif() 3231 s_src, s_dst, ifscope, if_name(ifa->ifa_ifp)); in in_selectsrcif() 3251 s_src, s_dst, ifscope, if_name(rt_ifp), in in_selectsrcif() 3256 s_src, s_dst, ifscope, if_name(rt_ifp)); in in_selectsrcif() 3282 s_src, s_dst, ifscope); in in_selectsrcif()
|