| /freebsd-9-stable/contrib/bind9/lib/lwres/ |
| D | lwinetpton.c | 33 #define NS_INADDRSZ 4 macro 84 unsigned char tmp[NS_INADDRSZ], *tp; in inet_pton4() 119 memmove(dst, tmp, NS_INADDRSZ); in inet_pton4() 183 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in inet_pton6() 185 tp += NS_INADDRSZ; in inet_pton6()
|
| D | lwconfig.c | 76 #if ! defined(NS_INADDRSZ) 77 #define NS_INADDRSZ 4 macro 475 addr->length = NS_INADDRSZ; in lwres_create_addr() 477 memmove((void *)addr->address, &v4, NS_INADDRSZ); in lwres_create_addr()
|
| /freebsd-9-stable/sys/libkern/ |
| D | inet_pton.c | 82 #define NS_INADDRSZ 4 in inet_pton4() macro 83 u_char tmp[NS_INADDRSZ], *tp; in inet_pton4() 114 memcpy(dst, tmp, NS_INADDRSZ); in inet_pton4() 183 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in inet_pton6() 185 tp += NS_INADDRSZ; in inet_pton6()
|
| /freebsd-9-stable/contrib/bind9/lib/isc/ |
| D | inet_pton.c | 35 #define NS_INADDRSZ 4 macro 85 unsigned char tmp[NS_INADDRSZ], *tp; in inet_pton4() 117 memmove(dst, tmp, NS_INADDRSZ); in inet_pton4() 181 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in inet_pton6() 183 tp += NS_INADDRSZ; in inet_pton6()
|
| /freebsd-9-stable/contrib/ntp/lib/isc/ |
| D | inet_pton.c | 35 #define NS_INADDRSZ 4 macro 86 unsigned char tmp[NS_INADDRSZ], *tp; in inet_pton4() 117 memcpy(dst, tmp, NS_INADDRSZ); in inet_pton4() 181 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in inet_pton6() 183 tp += NS_INADDRSZ; in inet_pton6()
|
| /freebsd-9-stable/lib/libc/inet/ |
| D | inet_pton.c | 84 u_char tmp[NS_INADDRSZ], *tp; in inet_pton4() 115 memcpy(dst, tmp, NS_INADDRSZ); in inet_pton4() 182 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in inet_pton6() 184 tp += NS_INADDRSZ; in inet_pton6()
|
| D | inet_cidr_pton.c | 205 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in inet_cidr_pton_ipv6() 207 tp += NS_INADDRSZ; in inet_cidr_pton_ipv6()
|
| D | inet_net_pton.c | 322 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in inet_net_pton_ipv6() 324 tp += NS_INADDRSZ; in inet_net_pton_ipv6()
|
| /freebsd-9-stable/lib/libc/net/ |
| D | map_v4v6.c | 81 memmove(&dst[12], src, NS_INADDRSZ); in _map_v4v6_address()
|
| D | gethostnamadr.c | 467 he.h_length = NS_INADDRSZ; in fakeaddr() 633 uaddr += NS_IN6ADDRSZ - NS_INADDRSZ; in gethostbyaddr_r() 635 len = NS_INADDRSZ; in gethostbyaddr_r() 640 size = NS_INADDRSZ; in gethostbyaddr_r()
|
| D | gethostbydns.c | 458 he->h_length = NS_INADDRSZ; in __dns_getanswer() 501 he.h_length = NS_INADDRSZ; in _dns_gethostbyname() 681 if (!memcmp(*haddr, addr, NS_INADDRSZ)) in _dns_gethostbyaddr()
|
| D | gethostbynis.c | 65 size = NS_INADDRSZ; in _gethostbynis()
|
| /freebsd-9-stable/contrib/bind9/lib/irs/ |
| D | resconf.c | 69 #if ! defined(NS_INADDRSZ) 70 #define NS_INADDRSZ 4 macro 265 memmove(&addr->type.in, &v4, NS_INADDRSZ); in create_addr()
|
| /freebsd-9-stable/include/arpa/ |
| D | nameser_compat.h | 107 #define INADDRSZ NS_INADDRSZ
|
| D | nameser.h | 89 #define NS_INADDRSZ 4 /*%< IPv4 T_A */ macro
|
| /freebsd-9-stable/lib/libc/resolv/ |
| D | res_findzonecut.c | 600 ns_rr_rdlen(rr) != NS_INADDRSZ) in save_a() 620 NS_INADDRSZ); in save_a()
|
| /freebsd-9-stable/lib/libc/nameser/ |
| D | ns_print.c | 162 if (rdlen != (size_t)NS_INADDRSZ) in ns_sprintrrf() 427 rdata += NS_INADDRSZ; in ns_sprintrrf()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_printf.c | 548 if ((host = gethostbyaddr_r(inetaddr, NS_INADDRSZ, in pfprint_inetaddr() 551 if (gethostbyaddr_r(inetaddr, NS_INADDRSZ, in pfprint_inetaddr()
|
| /freebsd-9-stable/contrib/bind9/bin/dig/ |
| D | dighost.c | 105 #if ! defined(NS_INADDRSZ) 106 #define NS_INADDRSZ 4 macro 698 confdata->nameservers[i].length = NS_INADDRSZ; in add_nameserver()
|
| /freebsd-9-stable/contrib/tnftp/ |
| D | ChangeLog | 440 - Use NS_INADDRSZ, NS_IN6ADDRSZ and NS_INT16SZ instead of
|