Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ip

33  *	@(#)ip.h	8.2 (Berkeley) 6/1/94
52 struct ip {
54 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4)
55 #define IP_HL(ip) ((ip)->ip_vhl & 0x0f)
72 * Definitions for IP type of service (ip_tos)
79 * Definitions for IP precedence (also in ip_tos) (hopefully unused)
130 #define IPTS_OFLW(ip) (((ipt)->ipt_oflwflg & 0xf0) >> 4)
131 #define IPTS_FLG(ip) ((ipt)->ipt_oflwflg & 0x0f)