Searched refs:src4 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | getnameinfo.c | 363 struct in_addr src4; in _inet_ntop_native() local 368 IN6_V4MAPPED_TO_INADDR((struct in6_addr *)src, &src4); in _inet_ntop_native() 369 result = inet_ntop(AF_INET, &src4, dst, size); in _inet_ntop_native()
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | canohost.c | 376 struct in_addr src4; in inet_ntop_native() local 381 IN6_V4MAPPED_TO_INADDR((struct in6_addr *)src, &src4); in inet_ntop_native() 382 result = inet_ntop(AF_INET, &src4, dst, size); in inet_ntop_native()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 224 struct in_addr src4; in hookup() local 226 IN6_V4MAPPED_TO_INADDR(&ipv6addr, &src4); in hookup() 227 (void) inet_ntop(AF_INET, &src4, hostnamebuf, in hookup() 2253 struct in_addr src4; in inet_ntop_native() local 2261 IN6_V4MAPPED_TO_INADDR(&sin6->sin6_addr, &src4); in inet_ntop_native() 2262 result = inet_ntop(AF_INET, &src4, dst, size); in inet_ntop_native()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_ndp.c | 4185 ipaddr_t src4; in nce_resolve_src() local 4198 IN6_V4MAPPED_TO_IPADDR(&ncec->ncec_addr, src4); in nce_resolve_src() 4213 src4 = ipha->ipha_src; in nce_resolve_src() 4214 IN6_IPADDR_TO_V4MAPPED(src4, &src6); in nce_resolve_src() 4235 ipif = ipif_lookup_addr_nondup(src4, ill, ALL_ZONES, in nce_resolve_src() 4250 src4 = INADDR_ANY; in nce_resolve_src() 4290 src4); in nce_resolve_src() 4292 src4, ALL_ZONES, B_TRUE, NULL); in nce_resolve_src()
|