OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP_RF
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
ip.h
64
#define
IP_RF
0x8000 /* reserved fragment flag */
ip_input.c
755
if (ip->ip_off & ~htons(IP_DF|
IP_RF
)) {
ip_output.c
854
ipflg = ntohs(ip->ip_off) & (
IP_RF
|IP_DF|IP_MF);
/src/sys/net/
ether_sw_offload.c
269
if (ntohs(ip->ip_off) & ~(IP_DF |
IP_RF
))
/src/sys/kern/
uipc_mbufdebug.c
588
if (offset &
IP_RF
)
589
(*pr)("IP: Flag 0x%04x (reserved)\n",
IP_RF
);
/src/sys/net/npf/
npf_inet.c
452
if (ip->ip_off & ~htons(IP_DF |
IP_RF
)) {
Completed in 96 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025