Searched refs:replylen (Results 1 – 1 of 1) sorted by relevance
1281 int replylen = sizeof(struct ip6_hdr) + sizeof(struct icmp6_nodeinfo); in ni6_input() local1490 replylen += sizeof(u_int32_t); in ni6_input()1494 replylen += offsetof(struct ni_reply_fqdn, ni_fqdn_namelen); in ni6_input()1498 if ((replylen += addrs * (sizeof(struct in6_addr) + in ni6_input()1500 replylen = MCLBYTES; /* XXX: will truncate pkt later */ in ni6_input()1518 replylen += offsetof(struct ni_reply_fqdn, ni_fqdn_namelen); in ni6_input()1533 if (replylen > MHLEN) { in ni6_input()1534 if (replylen > MCLBYTES) { in ni6_input()1546 n->m_pkthdr.len = n->m_len = replylen; in ni6_input()