Searched refs:replylen (Results 1 – 1 of 1) sorted by relevance
1249 int replylen = sizeof(struct ip6_hdr) + sizeof(struct icmp6_nodeinfo); in ni6_input() local1458 replylen += sizeof(u_int32_t); in ni6_input()1462 replylen += offsetof(struct ni_reply_fqdn, ni_fqdn_namelen); in ni6_input()1466 if ((replylen += addrs * (sizeof(struct in6_addr) + in ni6_input()1468 replylen = MCLBYTES; /* XXX: will truncate pkt later */ in ni6_input()1486 replylen += offsetof(struct ni_reply_fqdn, ni_fqdn_namelen); in ni6_input()1501 if (replylen > MHLEN) { in ni6_input()1502 if (replylen > MCLBYTES) { in ni6_input()1514 n->m_pkthdr.len = n->m_len = replylen; in ni6_input()