Home
last modified time | relevance | path

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

/external/tcpdump/
Dip.h140 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
Dprint-ip.c145 hoplen = ((cp[3]&0xF) != IPOPT_TS_TSONLY) ? 8 : 4; in ip_printts()
153 case IPOPT_TS_TSONLY: in ip_printts()
/external/kernel-headers/original/linux/
Dip.h78 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
/external/qemu/slirp/
Dip.h159 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
Dip_input.c640 case IPOPT_TS_TSONLY:
/external/qemu/slirp-android/
Dip.h161 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
Dip_input.c640 case IPOPT_TS_TSONLY:
/external/ping/
Dping.c1509 if ((flags&0xF) != IPOPT_TS_TSONLY) { in pr_options()
1718 ts_type = IPOPT_TS_TSONLY; in main()
1965 rspace[1] = (ts_type==IPOPT_TS_TSONLY ? 40 : 36); in main()