Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
HDip.h142 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
HDprint-ip.c181 hoplen = ((GET_U_1(cp + 3) & 0xF) != IPOPT_TS_TSONLY) ? 8 : 4; in ip_printts()
189 case IPOPT_TS_TSONLY: in ip_printts()
/dragonfly/sys/netinet/
HDip.h209 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
HDip_input.c1731 case IPOPT_TS_TSONLY: in ip_dooptions()