IP_MF
morefrag = (ntohs(ip->ip_off) & IP_MF) == 0 ? false : true;
(ntohs(ipq->ipq_hdr->ip_off) & IP_MF) != 0);
if ((ntohs(last->ipq_hdr->ip_off) & IP_MF) != 0) {
(ntohs(last->ipq_hdr->ip_off) & IP_MF) != 0);
morefrag = (ntohs(ip->ip_off) & IP_MF) == 0 ? B_FALSE : B_TRUE;
getflag(uitmp >> 8, IP_MF >> 8,
ip->ip_off = htons((u_short)(ip->ip_off | IP_MF));
ipoff & IP_MF ? "+" : "",
ipoff & IP_MF ? "+" : "",
fragment[i].more = (offset & IP_MF);
if ((curr_off & ~(IP_DF | IP_MF)) == 0) {
if (curr_off & IP_MF) {
.ip_off = htons(IP_MF),
off &= IP_MF|IP_OFFMASK;
int morefrag = off & IP_MF;
#ifndef IP_MF
if (ip->ip_off & htons(IP_MF|IP_OFFMASK))