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

  /src/lib/libresolv/
ns_sign.c 171 u_int16_t len_n = htons(querysiglen); local
173 (void *)&len_n, INT16SZ, NULL, 0);
ns_verify.c 242 u_int16_t len_n = htons(querysiglen); local
244 (void *)&len_n, INT16SZ, NULL, 0);
  /src/external/bsd/libbind/dist/nameser/
ns_sign.c 168 u_int16_t len_n = htons(querysiglen); local
170 (u_char *)&len_n, INT16SZ, NULL, 0);
ns_verify.c 243 u_int16_t len_n = htons(querysiglen); local
245 (u_char *)&len_n, INT16SZ, NULL, 0);

Completed in 32 milliseconds