Home
last modified time | relevance | path

Searched refs:len_n (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_sign.c160 u_int16_t len_n = htons(querysiglen); in ns_sign2() local
162 (u_char *)&len_n, INT16SZ, NULL, 0); in ns_sign2()
H A Dns_verify.c235 u_int16_t len_n = htons(querysiglen); in ns_verify() local
237 (u_char *)&len_n, INT16SZ, NULL, 0); in ns_verify()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c2716 int len_n, len_v, len_t, len_f; local
2754 len_n = dequote_internal_chars(h->h_field, buf, len_f);
2755 SM_ASSERT(len_n < len_f);
2756 len_v = dequote_internal_chars(hv, buf + len_n + 1,
2757 len_t - len_n - 1);
2758 SM_ASSERT(len_t >= len_n + 1 + len_v + 1);
2759 len_t = len_n + 1 + len_v + 1;