Searched refs:s_dst (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.101.15/bsd/netinet6/ ! |
| H A D | in6_src.c | 283 char s_dst[MAX_IPv6_STR_LEN] = {0}; in in6_selectsrc_core() local 304 (void) inet_ntop(AF_INET6, &dst, s_dst, sizeof(s_src)); in in6_selectsrc_core() 308 SASEL_LOG("in src %s dst %s ifp %s\n", s_src, s_dst, ifp->if_xname); in in6_selectsrc_core() 712 (void) inet_ntop(AF_INET6, &dst, s_dst, sizeof(s_src)); in in6_selectsrc_core() 718 s_src, s_dst, dst_scope, best_scope); in in6_selectsrc_core() 944 char s_src[MAX_IPv6_STR_LEN], s_dst[MAX_IPv6_STR_LEN]; in selectroute() local 962 (void) inet_ntop(AF_INET6, dst, s_dst, sizeof(s_dst)); in selectroute() 1017 __func__, __LINE__, s_src, s_dst, ifscope, is_direct, select_srcif); in selectroute() 1144 s_src, s_dst, ifscope, in selectroute() 1150 s_src, s_dst, ifscope, scope, in selectroute() [all …]
|
| /xnu-11417.101.15/bsd/netinet/ ! |
| H A D | ip_output.c | 3137 char s_src[MAX_IPv4_STR_LEN], s_dst[MAX_IPv4_STR_LEN]; in in_selectsrcif() local 3143 (void) inet_ntop(AF_INET, &dst.s_addr, s_dst, sizeof(s_dst)); in in_selectsrcif() 3200 "ro_if %s\n", s_src, s_dst, ifscope, in in_selectsrcif() 3205 s_src, s_dst, ifscope, scope, in in_selectsrcif() 3323 s_src, s_dst, ifscope, if_name(ifa->ifa_ifp)); in in_selectsrcif() 3343 s_src, s_dst, ifscope, if_name(rt_ifp), in in_selectsrcif() 3348 s_src, s_dst, ifscope, if_name(rt_ifp)); in in_selectsrcif() 3374 s_src, s_dst, ifscope); in in_selectsrcif()
|
| /xnu-11417.101.15/bsd/net/ ! |
| H A D | route.c | 3188 char gbuf[MAX_IPv6_STR_LEN], s_dst[MAX_IPv6_STR_LEN], s_netmask[MAX_IPv6_STR_LEN]; in rt_lookup_common() local 3241 s_dst, sizeof(s_dst)); in rt_lookup_common() 3244 s_dst, sizeof(s_dst)); in rt_lookup_common() 3258 __func__, __LINE__, lookup_only, coarse, s_dst, s_netmask, ifscope); in rt_lookup_common() 3411 s_dst, sizeof(s_dst)); in rt_lookup_common() 3414 s_dst, sizeof(s_dst)); in rt_lookup_common() 3428 __func__, __LINE__, s_dst, s_netmask, ifscope); in rt_lookup_common()
|