Searched refs:SAFE_ACCEPT (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/connect/ |
D | connect02.c | 89 fd = SAFE_ACCEPT(listenfd, NULL, NULL); in run() 112 confd3 = SAFE_ACCEPT(fd, NULL, NULL); in run()
|
/third_party/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_initmsg_connect.c | 85 sk2 = SAFE_ACCEPT(sk3, (struct sockaddr *) &acpt_addr, &len); in test_sctp()
|
/third_party/ltp/include/ |
D | tst_safe_net.h | 58 #define SAFE_ACCEPT(sockfd, addr, addrlen) \ macro
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
D | send02.c | 149 dst_sock = SAFE_ACCEPT(listen_sock, NULL, NULL); in run()
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
D | bind04.c | 138 sock = SAFE_ACCEPT(listen_sock, (struct sockaddr *)&remote_addr, in test_bind()
|
/third_party/ltp/doc/ |
D | network-c-api.txt | 35 - +SAFE_ACCEPT()+
|