Searched refs:IP6F_MORE_FRAG (Results 1 – 7 of 7) sorted by relevance
243 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro247 #define IP6F_MORE_FRAG 0x0100 /* more-fragments flag */ macro
187 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro
357 ip6f_mf = offset & IP6F_MORE_FRAG; in ipfw_log()436 if (offset & (IP6F_OFF_MASK | IP6F_MORE_FRAG)) in ipfw_log()
1092 IP6F_MORE_FRAG; in ipfw_chk()
210 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) && in frag6_input()381 ip6af->ip6af_mff = ip6f->ip6f_offlg & IP6F_MORE_FRAG; in frag6_input()
1141 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in ip6_output()
743 #define IP6F_MORE_FRAG 0x0100 macro1378 #if !defined(IP6F_MORE_FRAG)1379 # define IP6F_MORE_FRAG 0x0100 macro