Searched refs:subjlen (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dcmd1.c171 int subjlen; local
195 subjlen = screenwidth - 50 - strlen(wcount);
198 if (subjline == NULL || subjlen < 0) /* pretty pathetic */
204 subjlen, subjline);
/freebsd-9.3-release/sys/netinet6/
H A Dicmp6.c1275 int subjlen; local
1344 subjlen = m->m_pkthdr.len - off - sizeof(struct icmp6_nodeinfo);
1349 if (ni6->ni_code == ICMP6_NI_SUBJ_FQDN && subjlen == 0)
1365 subjlen == 0) {
1374 if (subjlen != sizeof(struct in6_addr))
1393 subjlen, (caddr_t)&in6_subj);
1432 off + sizeof(struct icmp6_nodeinfo), subjlen);
1435 if (!ni6_dnsmatch(subj, subjlen, mtod(n, const char *),

Completed in 107 milliseconds