Searched refs:IP6F_MORE_FRAG (Results 1 – 7 of 7) sorted by relevance
289 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro293 #define IP6F_MORE_FRAG 0x0100 /* more-fragments flag */ macro
57 packet1.frag.ip6f_offlg = htons(0) | IP6F_MORE_FRAG;
345 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) && in frag6_input()614 ip6af->ip6af_mff = ip6f->ip6f_offlg & IP6F_MORE_FRAG; in frag6_input()
1900 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in ip6_do_fragmentation()
363 fragflag = ip6f->ip6f_offlg & IP6F_MORE_FRAG; in fsw_ip_frag_reass_v6()
687 if (frag6.ip6f_offlg & IP6F_MORE_FRAG) { in nat464_translate_64()
2445 mff = ntohs(frag.ip6f_offlg & IP6F_MORE_FRAG); in pf_normalize_ip6()