Searched refs:IP6F_MORE_FRAG (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/netinet/
H A Dip6.h257 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro
261 #define IP6F_MORE_FRAG 0x0100 /* more-fragments flag */ macro
/netbsd-current/external/bsd/tcpdump/dist/
H A Dip6.h206 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro
/netbsd-current/sys/netinet6/
H A Dfrag6.c212 ((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;
H A Dip6_output.c982 ip6f->ip6f_offlg |= IP6F_MORE_FRAG;
/netbsd-current/sys/net/npf/
H A Dnpf_inet.c515 !(ip6f->ip6f_offlg & IP6F_MORE_FRAG)) {
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dfil.c836 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) {

Completed in 120 milliseconds