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

/external/tcpdump/
H A Dip.h140 #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/qemu/slirp/
H A Dip.h159 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
H A Dip_input.c640 case IPOPT_TS_TSONLY:
/external/qemu/slirp-android/
H A Dip.h161 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
H A Dip_input.c640 case IPOPT_TS_TSONLY:
/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 160 milliseconds