Home
last modified time | relevance | path

Searched refs:IP_RF (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/netinet/
H A Dip.h64 #define IP_RF 0x8000 /* reserved fragment flag */ macro
H A Dip_input.c754 if (ip->ip_off & ~htons(IP_DF|IP_RF)) { in ip_input()
H A Dip_output.c842 ipflg = ntohs(ip->ip_off) & (IP_RF|IP_DF|IP_MF); in ip_fragment()
/netbsd-src/sys/net/
H A Dether_sw_offload.c269 if (ntohs(ip->ip_off) & ~(IP_DF | IP_RF)) in ether_sw_offload_rx()
/netbsd-src/sys/kern/
H A Duipc_mbufdebug.c573 if (offset & IP_RF) in m_examine_ip()
574 (*pr)("IP: Flag 0x%04x (reserved)\n", IP_RF); in m_examine_ip()
/netbsd-src/sys/net/npf/
H A Dnpf_inet.c452 if (ip->ip_off & ~htons(IP_DF | IP_RF)) { in npf_cache_ip()