Symbol: ip6_plen
sbin/ping6/ping6.c
2301
ntohs(ip6->ip6_plen), ip6->ip6_nxt, ip6->ip6_hlim);
sys/net/ip6fw/ip6_fw.c
255
len = ntohs(ip6->ip6_plen) + sizeof(struct ip6_hdr);
sys/net/ip6fw/ip6_fw.c
705
f->fw_bcnt += ntohs(ip6->ip6_plen);
sys/net/ip6fw/ip6_fw.c
801
} else if (ip6->ip6_plen) {
sys/net/ip6fw/ip6_fw.c
802
ack += ntohs(ip6->ip6_plen) + sizeof(*ip6)
sys/net/pf/pf.c
2213
h6->ip6_plen = htons(tlen);
sys/net/pf/pf.c
4038
len = h6->ip6_plen - (off - sizeof(*h6));
sys/net/pf/pf.c
5901
(ntohs(h->ip6_plen) + sizeof(struct ip6_hdr)) <
sys/net/pf/pf.c
6921
if (htons(h->ip6_plen) == 0) {
sys/net/pf/pf.c
6938
pd.tot_len = ntohs(h->ip6_plen) + sizeof(struct ip6_hdr);
sys/net/pf/pf_norm.c
1210
if (h->ip6_plen != 0)
sys/net/pf/pf_norm.c
1241
if (ntohs(h->ip6_plen) == 0)
sys/net/pf/pf_norm.c
1244
plen = ntohs(h->ip6_plen);
sys/net/pf/pf_norm.c
1257
if (ntohs(h->ip6_plen) == 0 || jumbolen)
sys/net/pf/pf_norm.c
1259
plen = ntohs(h->ip6_plen);
sys/net/pf/pf_osfp.c
162
fp.fp_psize = sizeof(struct ip6_hdr) + ntohs(ip6->ip6_plen);
sys/net/wg/if_wg.c
1915
len = ntohs(ip6->ip6_plen) + sizeof(struct ip6_hdr);
sys/netinet/tcp_debug.c
165
isipv6 ? ((struct ip6_hdr *)ipgen)->ip6_plen :
sys/netinet/tcp_input.c
694
tlen = (sizeof *ip6) + ntohs(ip6->ip6_plen) - off0;
sys/netinet/tcp_subr.c
479
ip6->ip6_plen = sizeof(struct tcphdr);
sys/netinet/tcp_subr.c
654
ip6->ip6_plen = htons((u_short)(sizeof(struct tcphdr) + tlen));
sys/netinet/tcp_syncache.c
1207
ip6->ip6_plen = htons(tlen - hlen);
sys/netinet6/frag6.c
206
if (ip6->ip6_plen == 0) {
sys/netinet6/frag6.c
219
(((ntohs(ip6->ip6_plen) - offset) & 0x7) != 0)) {
sys/netinet6/frag6.c
222
offsetof(struct ip6_hdr, ip6_plen));
sys/netinet6/frag6.c
305
frgpartlen = sizeof(struct ip6_hdr) + ntohs(ip6->ip6_plen) - offset;
sys/netinet6/frag6.c
365
ip6af->ip6af_len = ip6->ip6_plen;
sys/netinet6/frag6.c
470
ip6->ip6_plen = htons((u_short)next + offset - sizeof(struct ip6_hdr));
sys/netinet6/icmp6.c
2162
int icmp6len = ntohs(ip6->ip6_plen);
sys/netinet6/icmp6.c
2608
ip6->ip6_plen = htons(m->m_pkthdr.len - sizeof(struct ip6_hdr));
sys/netinet6/icmp6.c
2612
= in6_cksum(m, IPPROTO_ICMPV6, sizeof(*ip6), ntohs(ip6->ip6_plen));
sys/netinet6/in6_gif.c
169
ip6->ip6_plen = htons((u_short)m->m_pkthdr.len);
sys/netinet6/ip6_input.c
551
plen = (u_int32_t)ntohs(ip6->ip6_plen);
sys/netinet6/ip6_input.c
572
if (ip6->ip6_plen == 0 && plen == 0) {
sys/netinet6/ip6_input.c
583
(caddr_t)&ip6->ip6_plen - (caddr_t)ip6);
sys/netinet6/ip6_input.c
938
if (ip6->ip6_plen) {
sys/netinet6/ip6_mroute.c
1784
ntohs(eip6->ip6_plen));
sys/netinet6/ip6_output.c
224
ip6->ip6_plen = 0;
sys/netinet6/ip6_output.c
226
ip6->ip6_plen = htons(plen);
sys/netinet6/ip6_output.c
745
} else if (ip6->ip6_plen == 0) {
sys/netinet6/ip6_output.c
823
mhip6->ip6_plen = htons((u_short)(len + hlen +
sys/netinet6/nd6_nbr.c
1039
ip6->ip6_plen = htons((u_short)icmp6len);
sys/netinet6/nd6_nbr.c
577
ip6->ip6_plen = htons((u_short)icmp6len);
sys/netinet6/udp6_output.c
240
ip6->ip6_plen = htons((u_short)plen);
sys/netinet6/udp6_usrreq.c
155
plen = ntohs(ip6->ip6_plen) - off + sizeof(*ip6);
usr.sbin/ppp/ip.c
217
datalen = ntohs(pip6->ip6_plen);
usr.sbin/ppp/ip.c
563
datalen = ntohs(pip6->ip6_plen);
usr.sbin/trpt/trpt.c
363
isipv6 ? ip6->ip6_plen :