Searched refs:len_n (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_sign.c | 166 u_int16_t len_n = htons(querysiglen); in ns_sign2() local 168 (u_char *)&len_n, INT16SZ, NULL, 0); in ns_sign2()
|
H A D | ns_verify.c | 241 u_int16_t len_n = htons(querysiglen); in ns_verify() local 243 (u_char *)&len_n, INT16SZ, NULL, 0); in ns_verify()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 2716 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;
|