Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dip.h107 #define IP_RF 0x8000 /* reserved fragment flag */ macro
H A Dip_input.c1235 if (ip->ip_off & ~(IP_DF | IP_RF)) { in ip_input_first_pass()
1547 if (ip->ip_off & ~(IP_DF | IP_RF)) { in ip_input_second_pass()
2042 if (ip->ip_off & ~(IP_DF | IP_RF)) { in ip_input()
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c234 if (__improbable(ntohs(iph->ip_off) & ~(IP_DF | IP_RF))) { in flow_pkt_classify()
H A Dflow_agg.c1047 if ((ntohs(siph->ip_off) & (IP_DF | IP_RF)) != in can_agg_slowpath()
1048 (ntohs(iph->ip_off) & (IP_DF | IP_RF))) { in can_agg_slowpath()
/xnu-10063.101.15/bsd/net/
H A Dif_ports_used.c1448 if ((ntohs(iphdr.ip_off) & ~(IP_DF | IP_RF)) && in if_ports_used_match_mbuf()
H A Ddlil.c7492 if (ntohs(iph->ip_off) & ~(IP_DF | IP_RF)) { in dlil_clat46()