Home
last modified time | relevance | path

Searched refs:IPOPT_TS_TSONLY (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dip.h141 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
H A Dprint-ip.c179 hoplen = ((GET_U_1(cp + 3) & 0xF) != IPOPT_TS_TSONLY) ? 8 : 4; in ip_printts()
187 case IPOPT_TS_TSONLY: in ip_printts()
/freebsd/sys/netinet/
H A Dip.h192 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
H A Dip_options.c338 case IPOPT_TS_TSONLY: in ip_dooptions()