IP_RF
if (offset & IP_RF)
(*pr)("IP: Flag 0x%04x (reserved)\n", IP_RF);
if (ntohs(ip->ip_off) & ~(IP_DF | IP_RF))
if (ip->ip_off & ~htons(IP_DF | IP_RF)) {
if (ip->ip_off & ~htons(IP_DF|IP_RF)) {
ipflg = ntohs(ip->ip_off) & (IP_RF|IP_DF|IP_MF);