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

/freebsd-11-stable/contrib/tcpdump/
H A Dip.h129 nd_uint8_t ipt_oflwflg; /* flags, overflow counter */ member in struct:ip_timestamp
130 #define IPTS_OFLW(ip) (((ipt)->ipt_oflwflg & 0xf0) >> 4)
131 #define IPTS_FLG(ip) ((ipt)->ipt_oflwflg & 0x0f)

Completed in 123 milliseconds