Searched refs:NS_INADDRSZ (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.2-release/contrib/unbound/compat/
H A Dinet_pton.c46 #ifndef NS_INADDRSZ
47 #define NS_INADDRSZ 4 macro
100 uint8_t tmp[NS_INADDRSZ], *tp;
130 memcpy(dst, tmp, NS_INADDRSZ);
198 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
200 tp += NS_INADDRSZ;
/freebsd-10.2-release/contrib/ldns/compat/
H A Dinet_pton.c46 #ifndef NS_INADDRSZ
47 #define NS_INADDRSZ 4 macro
100 uint8_t tmp[NS_INADDRSZ], *tp;
130 memcpy(dst, tmp, NS_INADDRSZ);
198 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
200 tp += NS_INADDRSZ;
/freebsd-10.2-release/lib/libc/net/
H A Dmap_v4v6.c81 char tmp[NS_INADDRSZ];
85 memcpy(tmp, src, NS_INADDRSZ);
92 memcpy((void*)p, tmp, NS_INADDRSZ);
H A Dgethostnamadr.c467 he.h_length = NS_INADDRSZ;
633 uaddr += NS_IN6ADDRSZ - NS_INADDRSZ;
635 len = NS_INADDRSZ;
640 size = NS_INADDRSZ;
H A Dgethostbydns.c458 he->h_length = NS_INADDRSZ;
501 he.h_length = NS_INADDRSZ;
681 if (!memcmp(*haddr, addr, NS_INADDRSZ))
H A Dgethostbynis.c65 size = NS_INADDRSZ;
/freebsd-10.2-release/contrib/ntp/lib/isc/
H A Dinet_pton.c35 #define NS_INADDRSZ 4 macro
86 unsigned char tmp[NS_INADDRSZ], *tp;
117 memcpy(dst, tmp, NS_INADDRSZ);
181 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
183 tp += NS_INADDRSZ;
/freebsd-10.2-release/sys/libkern/
H A Dinet_pton.c82 #define NS_INADDRSZ 4 macro
83 u_char tmp[NS_INADDRSZ], *tp;
114 memcpy(dst, tmp, NS_INADDRSZ);
183 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
185 tp += NS_INADDRSZ;
/freebsd-10.2-release/lib/libc/inet/
H A Dinet_pton.c84 u_char tmp[NS_INADDRSZ], *tp;
115 memcpy(dst, tmp, NS_INADDRSZ);
182 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
184 tp += NS_INADDRSZ;
H A Dinet_cidr_pton.c205 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
207 tp += NS_INADDRSZ;
H A Dinet_net_pton.c322 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
324 tp += NS_INADDRSZ;
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/net/
H A Dh_hostent.c57 const int af = h->h_length == NS_INADDRSZ ? AF_INET : AF_INET6;
180 len = af == AF_INET ? NS_INADDRSZ : NS_IN6ADDRSZ;
/freebsd-10.2-release/include/arpa/
H A Dnameser_compat.h107 #define INADDRSZ NS_INADDRSZ
H A Dnameser.h89 #define NS_INADDRSZ 4 /*%< IPv4 T_A */ macro
/freebsd-10.2-release/lib/libc/resolv/
H A Dres_findzonecut.c600 ns_rr_rdlen(rr) != NS_INADDRSZ)
620 NS_INADDRSZ);
/freebsd-10.2-release/lib/libc/nameser/
H A Dns_print.c162 if (rdlen != (size_t)NS_INADDRSZ)
427 rdata += NS_INADDRSZ;
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c548 if ((host = gethostbyaddr_r(inetaddr, NS_INADDRSZ,
551 if (gethostbyaddr_r(inetaddr, NS_INADDRSZ,

Completed in 122 milliseconds