Home
last modified time | relevance | path

Searched refs:IP6F_RESERVED_MASK (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.41.9/bsd/netinet/
H A Dip6.h288 #define IP6F_RESERVED_MASK 0x0006 /* reserved bits in ip6f_offlg */ macro
292 #define IP6F_RESERVED_MASK 0x0600 /* reserved bits in ip6f_offlg */ macro
/xnu-10002.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c289 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in flow_pkt_classify()
/xnu-10002.41.9/bsd/netinet6/
H A Dfrag6.c368 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in frag6_input()
/xnu-10002.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c368 ASSERT((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) != 0); in fsw_ip_frag_reass_v6()