Lines Matching defs:tcp
121 get_clock_type(struct test_ctx *tcp) in get_clock_type()
138 get_scm_type(struct test_ctx *tcp) in get_scm_type()
159 get_scm_size(struct test_ctx *tcp) in get_scm_size()
178 setup_ts_sockopt(struct test_ctx *tcp, int fd) in setup_ts_sockopt()
225 setup_udp(struct test_ctx *tcp) in setup_udp()
270 setup_udp6(struct test_ctx *tcp) in setup_udp6()
308 teardown_udp(struct test_ctx *tcp) in teardown_udp()
316 send_pkt(struct test_ctx *tcp, int pnum, int fdidx, const char *face) in send_pkt()
334 #define PDATA(tcp, i) ((tcp)->test_pkts[(i)].data) argument
337 hdr_extract_ts(struct test_ctx *tcp, struct msghdr *mhp, struct timespec *tp) in hdr_extract_ts()
383 recv_pkt_recvmsg(struct test_ctx *tcp, int fdidx, const char *face, void *buf, in recv_pkt_recvmsg()
416 recv_pkt_recv(struct test_ctx *tcp, int fdidx, const char *face, void *buf, in recv_pkt_recv()
433 recv_pkt(struct test_ctx *tcp, int fdidx, const char *face, int tout) in recv_pkt()
471 test_server(struct test_ctx *tcp) in test_server()
487 test_client(struct test_ctx *tcp) in test_client()