Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/netinet/
H A Dip6.h119 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro
123 #define IP6F_MORE_FRAG 0x0100 /* more-fragments flag */ macro
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h736 #define IP6F_MORE_FRAG 0x0100 macro
1330 #if !defined(IP6F_MORE_FRAG)
1331 # define IP6F_MORE_FRAG 0x0100 macro
/titanic_41/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()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip6.c3432 more_frags = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG); in ip_input_fragment_v6()
4244 off_flags = IP6F_MORE_FRAG; in ip_fragment_v6()
H A Dspd.c6400 last = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG) == 0; in ipsec_fragcache_add()
6785 (!is_v4 && !(fraghdr->ip6f_offlg & IP6F_MORE_FRAG))) { in ipsec_fragcache_add()
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c641 if ((frag->ip6f_offlg & IP6F_MORE_FRAG) != 0) {