Searched refs:ipt_oflwflg (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dip.h127 u_int8_t ipt_oflwflg; /* flags, overflow counter */ member in struct:ip_timestamp
128 #define IPTS_OFLW(ip) (((ipt)->ipt_oflwflg & 0xf0) >> 4)
129 #define IPTS_FLG(ip) ((ipt)->ipt_oflwflg & 0x0f)

Completed in 69 milliseconds