OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP6F_MORE_FRAG
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netinet/
ip6.h
257
#define
IP6F_MORE_FRAG
0x0001 /* more-fragments flag */
261
#define
IP6F_MORE_FRAG
0x0100 /* more-fragments flag */
/src/sys/netinet6/
frag6.c
212
((ip6f->ip6f_offlg &
IP6F_MORE_FRAG
) && (frgpartlen & 0x7) != 0)) {
236
if (fragoff == 0 && !(ip6f->ip6f_offlg &
IP6F_MORE_FRAG
)) {
382
ip6af->ip6af_mff = (ip6f->ip6f_offlg &
IP6F_MORE_FRAG
) != 0;
ip6_output.c
982
ip6f->ip6f_offlg |=
IP6F_MORE_FRAG
;
/src/sys/net/npf/
npf_inet.c
515
!(ip6f->ip6f_offlg &
IP6F_MORE_FRAG
)) {
/src/sys/external/bsd/ipf/netinet/
fil.c
836
if ((frag->ip6f_offlg &
IP6F_MORE_FRAG
) != 0) {
Completed in 20 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025