Searched defs:tsync_proto (Results 1 – 3 of 3) sorted by relevance
25 struct tsync_proto { struct26 struct tsync_proto *next; argument44 static struct tsync_proto *tsync_proto_list; argument
1301 const char *tsync_proto, in make_trace_resp()1332 const char *tsync_proto, unsigned int tsync_port) in tracecmd_msg_send_trace_resp()1350 char **tsync_proto, in tracecmd_msg_recv_trace_resp()
130 char *tsync_proto = NULL; in agent_handle() local