Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dip6.h289 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro
293 #define IP6F_MORE_FRAG 0x0100 /* more-fragments flag */ macro
/xnu-8792.41.9/tests/
H A DIP6_EXTHDR_CHECK_61873584.c57 packet1.frag.ip6f_offlg = htons(0) | IP6F_MORE_FRAG;
/xnu-8792.41.9/bsd/netinet6/
H A Dfrag6.c345 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) && in frag6_input()
614 ip6af->ip6af_mff = ip6f->ip6f_offlg & IP6F_MORE_FRAG; in frag6_input()
H A Dip6_output.c1900 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in ip6_do_fragmentation()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c363 fragflag = ip6f->ip6f_offlg & IP6F_MORE_FRAG; in fsw_ip_frag_reass_v6()
/xnu-8792.41.9/bsd/net/
H A Dnat464_utils.c687 if (frag6.ip6f_offlg & IP6F_MORE_FRAG) { in nat464_translate_64()
H A Dpf_norm.c2445 mff = ntohs(frag.ip6f_offlg & IP6F_MORE_FRAG); in pf_normalize_ip6()