Home
last modified time | relevance | path

Searched refs:INT16SZ (Results 1 – 7 of 7) sorted by relevance

/external/tcpdump/
Daddrtostr.c57 #ifndef INT16SZ
58 #define INT16SZ 2 /* word size */ macro
116 uint16_t words [IN6ADDRSZ / INT16SZ]; in addrtostr6()
123 for (i = 0; i < (IN6ADDRSZ / INT16SZ); i++) in addrtostr6()
130 for (i = 0; i < (int)(IN6ADDRSZ / INT16SZ); i++) in addrtostr6()
163 for (i = 0; i < (int)(IN6ADDRSZ / INT16SZ); i++) in addrtostr6()
208 if (best.base != -1 && (best.base + best.len) == (IN6ADDRSZ / INT16SZ)) in addrtostr6()
/external/openssh/openbsd-compat/
Dinet_ntop.c39 #ifndef INT16SZ
40 #define INT16SZ 2 /* for systems without 16-bit ints */ macro
120 u_int words[IN6ADDRSZ / INT16SZ]; in inet_ntop6()
134 for (i = 0; i < (IN6ADDRSZ / INT16SZ); i++) { in inet_ntop6()
160 for (i = 0; i < (IN6ADDRSZ / INT16SZ) && tp < ep; i++) { in inet_ntop6()
191 if (best.base != -1 && (best.base + best.len) == (IN6ADDRSZ / INT16SZ)) { in inet_ntop6()
Dgetrrsetbyname.c86 #ifndef INT16SZ
87 # define INT16SZ 2 macro
96 (cp) += INT16SZ; \
483 *cp += INT16SZ; in parse_dns_qsection()
487 *cp += INT16SZ; in parse_dns_qsection()
530 *cp += INT16SZ; in parse_dns_rrsection()
534 *cp += INT16SZ; in parse_dns_rrsection()
542 *cp += INT16SZ; in parse_dns_rrsection()
/external/curl/lib/
Dinet_ntop.c40 #define INT16SZ 2 macro
92 unsigned long words[IN6ADDRSZ / INT16SZ]; in inet_ntop6()
108 for(i = 0; i < (IN6ADDRSZ / INT16SZ); i++) { in inet_ntop6()
127 for(i = 0; i < (IN6ADDRSZ / INT16SZ); i++) { in inet_ntop6()
156 if(best.base != -1 && (best.base + best.len) == (IN6ADDRSZ / INT16SZ)) in inet_ntop6()
Dinet_pton.c37 #define INT16SZ 2 macro
191 if(tp + INT16SZ > endp) in inet_pton6()
208 if(tp + INT16SZ > endp) in inet_pton6()
/external/dnsmasq/src/
Dnameser.h108 #define INT16SZ 2 /* for systems without 16-bit ints */ macro
336 (cp) += INT16SZ; \
353 (cp) += INT16SZ; \
/external/ipsec-tools/src/racoon/
Dgetcertsbyname.c167 rdlength -= INT16SZ;
169 rdlength -= INT16SZ;
300 rdlength -= INT16SZ;
302 rdlength -= INT16SZ;