Searched refs:IP_MF (Results 1 – 8 of 8) sorted by relevance
53 #define IP_MF 0x2000 /* more fragments flag */ macro
157 fragment[i].more = (offset & IP_MF); in frag_add()815 if ((curr_off & ~(IP_DF | IP_MF)) == 0) { in ipv4_input()843 if (curr_off & IP_MF) { in ipv4_input()
161 if (ip->ip_off & htons(IP_MF|IP_OFFMASK)) in myri10ge_lro_rx()
119 morefrag = (ntohs(ip->ip_off) & IP_MF) == 0 ? B_FALSE : B_TRUE; in interpret_ip()197 getflag(uitmp >> 8, IP_MF >> 8, in interpret_ip()
1235 ipoff & IP_MF ? "+" : "",1251 ipoff & IP_MF ? "+" : "",
779 ip->ip_off = htons((u_short)(ip->ip_off | IP_MF));
2101 #ifndef IP_MF2102 # define IP_MF ((u_short)0x2000) macro
1358 off &= IP_MF|IP_OFFMASK;1360 int morefrag = off & IP_MF;