Searched refs:replylen (Results 1 – 1 of 1) sorted by relevance
1283 int replylen = sizeof(struct ip6_hdr) + sizeof(struct icmp6_nodeinfo); in ni6_input() local1492 replylen += sizeof(u_int32_t); in ni6_input()1496 replylen += offsetof(struct ni_reply_fqdn, ni_fqdn_namelen); in ni6_input()1500 if ((replylen += addrs * (sizeof(struct in6_addr) + in ni6_input()1502 replylen = MCLBYTES; /* XXX: will truncate pkt later */ in ni6_input()1520 replylen += offsetof(struct ni_reply_fqdn, ni_fqdn_namelen); in ni6_input()1535 if (replylen > MHLEN) { in ni6_input()1536 if (replylen > MCLBYTES) { in ni6_input()1548 n->m_pkthdr.len = n->m_len = replylen; in ni6_input()