Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip6.h115 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from _offlg */ macro
119 #define IP6F_OFF_MASK 0xf8ff /* mask out offset from _offlg */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c568 if ((ipv6ext_frag->ip6f_offlg & IP6F_OFF_MASK) != 0) in print_ipv6_extensions()
811 fragoffset = ntohs(ipv6ext_frag->ip6f_offlg & IP6F_OFF_MASK); in prt_fragment_hdr()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h744 #define IP6F_OFF_MASK 0xf8ff macro
1342 #if !defined(IP6F_OFF_MASK)
1343 # define IP6F_OFF_MASK 0xf8ff macro
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c2097 if ((frag_off & IP6F_OFF_MASK) != 0) { in mac_mmc_parse_l3()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c6407 firstbyte = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in ipsec_fragcache_add()
6554 IP6F_OFF_MASK); in ipsec_fragcache_add()
6758 IP6F_OFF_MASK); in ipsec_fragcache_add()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c650 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);