Home
last modified time | relevance | path

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

/freebsd/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c91 int ts_type; member
123 switch (tcp->ts_type) { in get_clock_type()
140 switch (tcp->ts_type) { in get_scm_type()
161 switch (tcp->ts_type) { in get_scm_size()
186 switch (tcp->ts_type) { in setup_ts_sockopt()
192 sval2 = tcp->ts_type; in setup_ts_sockopt()
361 switch (tcp->ts_type) { in hdr_extract_ts()
518 test_run(int ts_type, int use_ipv6, int use_recvmsg, const char *name) in test_run() argument
529 test_ctx.ts_type = ts_type; in test_run()
/freebsd/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_elem_stm.h135 this->ts_type = type; in onVersionPkt()
197 return ts_type; in getTSType()
H A Dtrc_pkt_types_stm.h111 ocsd_stm_ts_type ts_type; /**< timestamp encoding type */ member
/freebsd/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_elem_stm.cpp55 ts_type = STM_TS_UNKNOWN; in initStartState()