Home
last modified time | relevance | path

Searched refs:INT16SZ (Results 1 – 5 of 5) 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/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
339 (cp) += INT16SZ; \
357 (cp) += INT16SZ; \
/external/ipsec-tools/src/racoon/
Dgetcertsbyname.c167 rdlength -= INT16SZ;
169 rdlength -= INT16SZ;
300 rdlength -= INT16SZ;
302 rdlength -= INT16SZ;