Searched refs:IP_RF (Results 1 – 6 of 6) sorted by relevance
64 #define IP_RF 0x8000 /* reserved fragment flag */ macro
754 if (ip->ip_off & ~htons(IP_DF|IP_RF)) { in ip_input()
842 ipflg = ntohs(ip->ip_off) & (IP_RF|IP_DF|IP_MF); in ip_fragment()
269 if (ntohs(ip->ip_off) & ~(IP_DF | IP_RF)) in ether_sw_offload_rx()
573 if (offset & IP_RF) in m_examine_ip() 574 (*pr)("IP: Flag 0x%04x (reserved)\n", IP_RF); in m_examine_ip()
452 if (ip->ip_off & ~htons(IP_DF | IP_RF)) { in npf_cache_ip()