ip6_plen 1634 net/pf.c h6->ip6_plen = htons(tlen);
ip6_plen 4801 net/pf.c (ntohs(h->ip6_plen) + sizeof(struct ip6_hdr)) <
ip6_plen 5711 net/pf.c if (htons(h->ip6_plen) == 0) {
ip6_plen 5724 net/pf.c pd.tot_len = ntohs(h->ip6_plen) + sizeof(struct ip6_hdr);
ip6_plen 1139 net/pf_norm.c if (h->ip6_plen != 0)
ip6_plen 1170 net/pf_norm.c if (ntohs(h->ip6_plen) == 0)
ip6_plen 1173 net/pf_norm.c plen = ntohs(h->ip6_plen);
ip6_plen 1186 net/pf_norm.c if (ntohs(h->ip6_plen) == 0 || jumbolen)
ip6_plen 1188 net/pf_norm.c plen = ntohs(h->ip6_plen);
ip6_plen 162 net/pf_osfp.c fp.fp_psize = sizeof(struct ip6_hdr) + ntohs(ip6->ip6_plen);
ip6_plen 353 netinet/ip_ah.c if (ip6.ip6_plen == 0) {
ip6_plen 1217 netinet/ip_ah.c offsetof(struct ip6_hdr, ip6_plen),
ip6_plen 1220 netinet/ip_ah.c m_copyback(m, offsetof(struct ip6_hdr, ip6_plen),
ip6_plen 394 netinet/ip_ether.c ip6->ip6_plen = htons(m->m_pkthdr.len - sizeof(*ip6));
ip6_plen 519 netinet/ip_ipip.c ip6o->ip6_plen = htons(m->m_pkthdr.len - sizeof(*ip6o));
ip6_plen 430 netinet/ipsec_input.c ip6->ip6_plen = htons(m->m_pkthdr.len -
ip6_plen 248 netinet/ipsec_output.c ip6->ip6_plen = htons(m->m_pkthdr.len
ip6_plen 454 netinet/ipsec_output.c ip6->ip6_plen = htons(m->m_pkthdr.len - sizeof(*ip6));
ip6_plen 4337 netinet/tcp_input.c ip6->ip6_plen = htons(tlen - hlen);
ip6_plen 4363 netinet/tcp_input.c ip6->ip6_plen = htons(tlen - hlen);
ip6_plen 1097 netinet/tcp_output.c ip6->ip6_plen = m->m_pkthdr.len -
ip6_plen 280 netinet/tcp_subr.c ip6->ip6_plen = htons(sizeof(struct tcphdr)); /*XXX*/
ip6_plen 434 netinet/tcp_subr.c ((struct ip6_hdr *)ti)->ip6_plen = tlen - sizeof(struct ip6_hdr);
ip6_plen 437 netinet/tcp_subr.c sizeof(struct ip6_hdr), ((struct ip6_hdr *)ti)->ip6_plen);
ip6_plen 438 netinet/tcp_subr.c HTONS(((struct ip6_hdr *)ti)->ip6_plen);
ip6_plen 226 netinet6/frag6.c if (ip6->ip6_plen == 0) {
ip6_plen 239 netinet6/frag6.c (((ntohs(ip6->ip6_plen) - offset) & 0x7) != 0)) {
ip6_plen 241 netinet6/frag6.c offsetof(struct ip6_hdr, ip6_plen));
ip6_plen 327 netinet6/frag6.c frgpartlen = sizeof(struct ip6_hdr) + ntohs(ip6->ip6_plen) - offset;
ip6_plen 387 netinet6/frag6.c ip6af->ip6af_len = ip6->ip6_plen;
ip6_plen 552 netinet6/frag6.c ip6->ip6_plen = htons((u_short)next + offset - sizeof(struct ip6_hdr));
ip6_plen 2178 netinet6/icmp6.c int icmp6len = ntohs(ip6->ip6_plen);
ip6_plen 2631 netinet6/icmp6.c ip6->ip6_plen = htons(m->m_pkthdr.len - sizeof(struct ip6_hdr));
ip6_plen 2635 netinet6/icmp6.c = in6_cksum(m, IPPROTO_ICMPV6, sizeof(*ip6), ntohs(ip6->ip6_plen));
ip6_plen 573 netinet6/ip6_input.c plen = (u_int32_t)ntohs(ip6->ip6_plen);
ip6_plen 592 netinet6/ip6_input.c if (ip6->ip6_plen == 0 && plen == 0) {
ip6_plen 603 netinet6/ip6_input.c (caddr_t)&ip6->ip6_plen - (caddr_t)ip6);
ip6_plen 731 netinet6/ip6_input.c lim = min(m->m_pkthdr.len, ntohs(ip6->ip6_plen) + sizeof(*ip6));
ip6_plen 902 netinet6/ip6_input.c if (ip6->ip6_plen) {
ip6_plen 1834 netinet6/ip6_mroute.c ntohs(eip6->ip6_plen));
ip6_plen 345 netinet6/ip6_output.c ip6->ip6_plen = 0;
ip6_plen 347 netinet6/ip6_output.c ip6->ip6_plen = htons(plen);
ip6_plen 848 netinet6/ip6_output.c } else if (ip6->ip6_plen == 0) {
ip6_plen 941 netinet6/ip6_output.c mhip6->ip6_plen = htons((u_int16_t)(len + hlen +
ip6_plen 506 netinet6/nd6_nbr.c ip6->ip6_plen = htons((u_short)icmp6len);
ip6_plen 969 netinet6/nd6_nbr.c ip6->ip6_plen = htons((u_short)icmp6len);
ip6_plen 459 netinet6/raw_ip6.c ip6->ip6_plen = htons((u_short)plen);
ip6_plen 56 netinet6/tcpipv6.h #define ti6_plen ti6_i.ip6_plen
ip6_plen 251 netinet6/udp6_output.c ip6->ip6_plen = htons((u_short)plen);