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

/external/tcpdump/
H A Dip.h144 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
H A Dprint-ip.c178 hoplen = ((cp[3]&0xF) != IPOPT_TS_TSONLY) ? 8 : 4;
186 case IPOPT_TS_TSONLY:
/external/kernel-headers/original/uapi/linux/
H A Dip.h79 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
/external/iputils/
H A Dping.c183 ts_type = IPOPT_TS_TSONLY;
508 rspace[1] = (ts_type==IPOPT_TS_TSONLY ? 40 : 36);
1233 if ((flags&0xF) != IPOPT_TS_TSONLY) {

Completed in 44 milliseconds