OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP_MASK_MOREFRAGS
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
ip.h
28
#define
IP_MASK_MOREFRAGS
0x2000U
/external/syslinux/gpxe/src/net/
ipv4.c
195
if ( ! ( iphdr->frags &
IP_MASK_MOREFRAGS
) ) {
211
if ( iphdr->frags &
IP_MASK_MOREFRAGS
&&
449
if ( ( iphdr->frags & htons (
IP_MASK_MOREFRAGS
) ) ||
Completed in 521 milliseconds