OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip6_plen
(Results
1 - 25
of
44
) sorted by relevancy
1
2
/src/sys/netinet6/
in6_l2tp.c
141
ip6hdr.
ip6_plen
= 0;
143
ip6hdr.
ip6_plen
+= sizeof(uint32_t);
146
ip6hdr.
ip6_plen
+= var->lv_peer_cookie_len;
162
ip6hdr.
ip6_plen
+= m->m_pkthdr.len;
163
HTONS(ip6hdr.
ip6_plen
);
in6_offload.c
112
iph->
ip6_plen
= htons(thlen + mss);
197
hdrlen + offsetof(struct ip6_hdr,
ip6_plen
);
frag6.c
197
if (ip6->
ip6_plen
== 0) {
209
frgpartlen = sizeof(struct ip6_hdr) + ntohs(ip6->
ip6_plen
) - offset
214
offsetof(struct ip6_hdr,
ip6_plen
));
379
ip6af->ip6af_len = ip6->
ip6_plen
;
474
ip6->
ip6_plen
= htons(next);
ip6_input.c
561
plen = (u_int32_t)ntohs(ip6->
ip6_plen
);
581
if (ip6->
ip6_plen
== 0 && plen == 0) {
592
(char *)&ip6->
ip6_plen
- (char *)ip6);
961
if (ip6->
ip6_plen
) {
udp6_usrreq.c
995
#if 0 /*
ip6_plen
will be filled in ip6_output. */
996
ip6->
ip6_plen
= htons((u_int16_t)plen);
1483
ip6->
ip6_plen
= htons(ntohs(ip6->
ip6_plen
) - skip);
in6_gif.c
162
#if 0 /* ip6->
ip6_plen
will be filled by ip6_output */
163
ip6->
ip6_plen
= htons((u_int16_t)m->m_pkthdr.len);
ip6_output.c
356
ip6->
ip6_plen
= 0;
358
ip6->
ip6_plen
= htons(plen);
889
} else if (ip6->
ip6_plen
== 0) {
987
mhip6->
ip6_plen
= htons((u_int16_t)(len + hlen +
/src/sys/external/bsd/ipf/netinet/
ip_rcmd_pxy.c
249
slen = ip6->
ip6_plen
;
250
ip6->
ip6_plen
= htons(sizeof(*tcp));
304
ip6->
ip6_plen
= slen;
ip_tftp_pxy.c
329
slen = ip6->
ip6_plen
;
330
ip6->
ip6_plen
= htons(sizeof(udp));
394
ip6->
ip6_plen
= slen;
ip_fil_netbsd.c
810
ip6->
ip6_plen
= htons(sizeof(struct tcphdr));
881
fnew.fin_plen = ntohs(ip6->
ip6_plen
) + hlen;
1060
ip6->
ip6_plen
= htons(iclen - hlen);
/src/sys/arch/xen/xen/
xennet_checksum.c
134
iplen = ntohs(ip6h->
ip6_plen
);
/src/sys/netinet/
ip6.h
93
#define
ip6_plen
ip6_ctlun.ip6_un1.ip6_un1_plen
macro
tcp_syncache.c
1155
/*
ip6_plen
will be updated in ip6_output() */
1321
ip6->
ip6_plen
= htons(tlen - hlen);
1326
ip6->
ip6_plen
= htons(tlen - hlen);
/src/sys/net/npf/
npf_sendpkt.c
159
ip6->
ip6_plen
= htons(len);
npf_inet.c
267
return ntohs(ip6->
ip6_plen
) -
/src/sys/netipsec/
ipsec_output.c
229
ip6->
ip6_plen
= htons(m->m_pkthdr.len - sizeof(struct ip6_hdr));
780
ip6->
ip6_plen
= htons(m->m_pkthdr.len - sizeof(*ip6));
xform_ipip.c
456
ip6o->
ip6_plen
= htons(m->m_pkthdr.len - sizeof(*ip6o));
xform_ah.c
398
if (ip6.
ip6_plen
== 0) {
919
ipoffs = offsetof(struct ip6_hdr,
ip6_plen
);
xform_ipcomp.c
590
mtod(m, struct ip6_hdr *)->
ip6_plen
=
ipsec_input.c
544
ip6->
ip6_plen
= htons(m->m_pkthdr.len - sizeof(struct ip6_hdr));
/src/usr.sbin/npf/npftest/libnpftest/
npf_mbuf_subr.c
213
ip6->
ip6_plen
= htons(size);
/src/sys/dist/pf/net/
pf_norm.c
1193
if (h->
ip6_plen
!= 0)
1224
if (ntohs(h->
ip6_plen
) == 0)
1227
plen = ntohs(h->
ip6_plen
);
1240
if (ntohs(h->
ip6_plen
) == 0 || jumbolen)
1242
plen = ntohs(h->
ip6_plen
);
pf_osfp.c
170
fp.fp_psize = sizeof(struct ip6_hdr) + ntohs(ip6->
ip6_plen
);
/src/usr.sbin/trpt/
trpt.c
458
len = ip6->
ip6_plen
;
/src/sys/dev/pci/
if_jme.c
1378
ip6.
ip6_plen
= 0;
1380
offsetof(struct ip6_hdr,
ip6_plen
),
1381
sizeof(ip6.
ip6_plen
), &ip6.
ip6_plen
);
1413
ip6->
ip6_plen
= 0;
Completed in 31 milliseconds
1
2
Indexes created Mon Oct 20 16:09:52 GMT 2025