Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip6.h117 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro
121 #define IP6F_MORE_FRAG 0x0100 /* more-fragments flag */ macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h741 #define IP6F_MORE_FRAG 0x0100 macro
1335 #if !defined(IP6F_MORE_FRAG)
1336 # define IP6F_MORE_FRAG 0x0100 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c808 morefrag = (ipv6ext_frag->ip6f_offlg & IP6F_MORE_FRAG) == 0 in prt_fragment_hdr()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c3331 more_frags = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG); in ip_input_fragment_v6()
4143 off_flags = IP6F_MORE_FRAG; in ip_fragment_v6()
H A Dspd.c6410 last = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG) == 0; in ipsec_fragcache_add()
6795 (!is_v4 && !(fraghdr->ip6f_offlg & IP6F_MORE_FRAG))) { in ipsec_fragcache_add()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c642 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) {