Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip.h107 #define IP_RF 0x8000 /* reserved fragment flag */ macro
H A Dip_input.c1230 if (ip->ip_off & ~(IP_DF | IP_RF)) { in ip_input_first_pass()
1542 if (ip->ip_off & ~(IP_DF | IP_RF)) { in ip_input_second_pass()
2037 if (ip->ip_off & ~(IP_DF | IP_RF)) { in ip_input()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c233 if (__improbable(ntohs(iph->ip_off) & ~(IP_DF | IP_RF))) { in flow_pkt_classify()
H A Dflow_agg.c999 if ((ntohs(siph->ip_off) & (IP_DF | IP_RF)) != in can_agg_slowpath()
1000 (ntohs(iph->ip_off) & (IP_DF | IP_RF))) { in can_agg_slowpath()
/xnu-8019.80.24/bsd/net/
H A Dif_ports_used.c1252 if ((ntohs(iphdr.ip_off) & ~(IP_DF | IP_RF)) && in if_ports_used_match_mbuf()
H A Ddlil.c6942 if (ntohs(iph->ip_off) & ~(IP_DF | IP_RF)) { in dlil_clat46()