Home
last modified time | relevance | path

Searched refs:NS_INADDRSZ (Results 1 – 20 of 20) sorted by relevance

/freebsd-9-stable/contrib/bind9/lib/lwres/
Dlwinetpton.c33 #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()
Dlwconfig.c76 #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/
Dinet_pton.c82 #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/
Dinet_pton.c35 #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/
Dinet_pton.c35 #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/
Dinet_pton.c84 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()
Dinet_cidr_pton.c205 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in inet_cidr_pton_ipv6()
207 tp += NS_INADDRSZ; in inet_cidr_pton_ipv6()
Dinet_net_pton.c322 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/
Dmap_v4v6.c81 memmove(&dst[12], src, NS_INADDRSZ); in _map_v4v6_address()
Dgethostnamadr.c467 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()
Dgethostbydns.c458 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()
Dgethostbynis.c65 size = NS_INADDRSZ; in _gethostbynis()
/freebsd-9-stable/contrib/bind9/lib/irs/
Dresconf.c69 #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/
Dnameser_compat.h107 #define INADDRSZ NS_INADDRSZ
Dnameser.h89 #define NS_INADDRSZ 4 /*%< IPv4 T_A */ macro
/freebsd-9-stable/lib/libc/resolv/
Dres_findzonecut.c600 ns_rr_rdlen(rr) != NS_INADDRSZ) in save_a()
620 NS_INADDRSZ); in save_a()
/freebsd-9-stable/lib/libc/nameser/
Dns_print.c162 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/
Ddt_printf.c548 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/
Ddighost.c105 #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/
DChangeLog440 - Use NS_INADDRSZ, NS_IN6ADDRSZ and NS_INT16SZ instead of