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_V
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
ip.h
50
#define
IP_V
(ip) ((GET_U_1((ip)->ip_vhl) & 0xf0) >> 4)
/src/external/mpl/dhcp/dist/includes/netinet/
ip.h
64
#define
IP_V
(iph) ((iph)->ip_fvhl >> 4)
/src/sys/external/bsd/ipf/netinet/
ip_compat.h
782
#ifndef
IP_V
783
# define
IP_V
(x) (x)->
ip_v
786
# define IP_V_A(x,y) (x)->
ip_v
= (y)
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026