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

/freebsd-10.0-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-10.0-release/sys/netinet6/
H A Dicmp6.c1260 int subjlen; local
1329 subjlen = m->m_pkthdr.len - off - sizeof(struct icmp6_nodeinfo);
1334 if (ni6->ni_code == ICMP6_NI_SUBJ_FQDN && subjlen == 0)
1350 subjlen == 0) {
1359 if (subjlen != sizeof(struct in6_addr))
1378 subjlen, (caddr_t)&in6_subj);
1417 off + sizeof(struct icmp6_nodeinfo), subjlen);
1420 if (!ni6_dnsmatch(subj, subjlen, mtod(n, const char *),

Completed in 104 milliseconds