HomeSort by: relevance | last modified time | path
    Searched defs:NS_INT16SZ (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/
inet_ntop.c 36 #define NS_INT16SZ 2
127 unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ];
141 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
166 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
191 (NS_IN6ADDRSZ / NS_INT16SZ))
inet_pton.c 35 #define NS_INT16SZ 2
175 if (NS_INT16SZ > endp - tp)
192 if (NS_INT16SZ > endp - tp)
  /src/external/gpl3/gdb/dist/gnulib/import/
inet_ntop.c 68 # define NS_INT16SZ 2
166 unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ];
181 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++)
212 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++)
242 (NS_IN6ADDRSZ / NS_INT16SZ))
  /src/external/gpl3/gdb.old/dist/gnulib/import/
inet_ntop.c 68 # define NS_INT16SZ 2
166 unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ];
181 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++)
212 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++)
242 (NS_IN6ADDRSZ / NS_INT16SZ))
  /src/external/bsd/nsd/dist/compat/
inet_pton.c 38 #ifndef NS_INT16SZ
39 #define NS_INT16SZ 2
186 if (tp + NS_INT16SZ > endp)
203 if (tp + NS_INT16SZ > endp)
  /src/external/bsd/nsd/dist/simdzone/src/generic/
ip6.h 22 #ifndef NS_INT16SZ
23 #define NS_INT16SZ 2
140 if (tp + NS_INT16SZ > endp)
158 if (tp + NS_INT16SZ > endp)
  /src/external/bsd/tcpdump/dist/
strtoaddr.c 41 #ifndef NS_INT16SZ
42 #define NS_INT16SZ 2 /* #/bytes of data in a uint16_t */
196 if (tp + NS_INT16SZ > endp)
213 if (tp + NS_INT16SZ > endp)
  /src/external/bsd/unbound/dist/compat/
inet_pton.c 38 #ifndef NS_INT16SZ
39 #define NS_INT16SZ 2
190 if (tp + NS_INT16SZ > endp)
207 if (tp + NS_INT16SZ > endp)
  /src/external/mpl/bind/dist/lib/dns/
rdata.c 326 #define NS_INT16SZ 2
371 if (tp + NS_INT16SZ > endp) {
383 if (tp + NS_INT16SZ > endp) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdata.c 333 #define NS_INT16SZ 2
386 if (tp + NS_INT16SZ > endp) {
398 if (tp + NS_INT16SZ > endp) {
  /src/external/mpl/dhcp/dist/includes/arpa/
nameser.h 83 #define NS_INT16SZ 2 /* #/bytes of data in a u_int16_t */
404 (cp) += NS_INT16SZ; \
422 (cp) += NS_INT16SZ; \
  /src/include/arpa/
nameser.h 93 #define NS_INT16SZ 2 /*%< #/bytes of data in a uint16_t */
499 (cp) += NS_INT16SZ; \
517 (cp) += NS_INT16SZ; \
  /src/external/bsd/libbind/dist/include/arpa/
nameser.h 96 #define NS_INT16SZ 2 /*%< #/bytes of data in a u_int16_t */
498 (cp) += NS_INT16SZ; \
516 (cp) += NS_INT16SZ; \

Completed in 24 milliseconds