Searched refs:replylen (Results 1 – 1 of 1) sorted by relevance
1278 int replylen = sizeof(struct ip6_hdr) + sizeof(struct icmp6_nodeinfo); in ni6_input() local1487 replylen += sizeof(u_int32_t); in ni6_input()1491 replylen += offsetof(struct ni_reply_fqdn, ni_fqdn_namelen); in ni6_input()1495 if ((replylen += addrs * (sizeof(struct in6_addr) + in ni6_input()1497 replylen = MCLBYTES; /* XXX: will truncate pkt later */ in ni6_input()1515 replylen += offsetof(struct ni_reply_fqdn, ni_fqdn_namelen); in ni6_input()1530 if (replylen > MHLEN) { in ni6_input()1531 if (replylen > MCLBYTES) { in ni6_input()1543 n->m_pkthdr.len = n->m_len = replylen; in ni6_input()