Home
last modified time | relevance | path

Searched refs:ts_type (Results 1 – 5 of 5) sorted by relevance

/external/scapy/scapy/contrib/
Dikev2.py511 ts_type = struct.unpack("!B", _pkt[0:1])[0]
512 if ts_type == 7:
514 elif ts_type == 8:
516 elif ts_type == 9:
715 ts_type = struct.unpack("!B", _pkt[4:5])[0]
716 if ts_type == 4:
718 elif ts_type == 7:
/external/OpenCSD/decoder/include/opencsd/stm/
Dtrc_pkt_elem_stm.h135 this->ts_type = type; in onVersionPkt()
197 return ts_type; in getTSType()
Dtrc_pkt_types_stm.h111 ocsd_stm_ts_type ts_type; /**< timestamp encoding type */ member
/external/iputils/
Dping.c83 static int ts_type; variable
183 ts_type = IPOPT_TS_TSONLY; in main()
185 ts_type = IPOPT_TS_TSANDADDR; in main()
187 ts_type = IPOPT_TS_PRESPEC; in main()
250 if (ts_type != IPOPT_TS_PRESPEC) in main()
508 rspace[1] = (ts_type==IPOPT_TS_TSONLY ? 40 : 36); in main()
510 rspace[3] = ts_type; in main()
511 if (ts_type == IPOPT_TS_PRESPEC) { in main()
/external/OpenCSD/decoder/source/stm/
Dtrc_pkt_elem_stm.cpp55 ts_type = STM_TS_UNKNOWN; in initStartState()