OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IP_HL
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
ip.h
51
#define
IP_HL
(ip) (GET_U_1((ip)->ip_vhl) & 0x0f)
/src/external/mpl/dhcp/dist/includes/netinet/
ip.h
65
#define
IP_HL
(iph) (((iph)->ip_fvhl & 0x0F) << 2)
/src/sys/external/bsd/ipf/netinet/
ip_compat.h
788
#ifndef
IP_HL
789
# define
IP_HL
(x) (x)->
ip_hl
792
# define IP_HL_A(x,y) (x)->
ip_hl
= ((y) & 0xf)
806
#define IPMINLEN(i, h) ((i)->ip_len >= (
IP_HL
(i) * 4 + sizeof(struct h)))
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026