Searched refs:ts_type (Results 1 – 5 of 5) sorted by relevance
511 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:
135 this->ts_type = type; in onVersionPkt()197 return ts_type; in getTSType()
111 ocsd_stm_ts_type ts_type; /**< timestamp encoding type */ member
83 static int ts_type; variable183 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()
55 ts_type = STM_TS_UNKNOWN; in initStartState()