Home
last modified time | relevance | path

Searched refs:uc_socket_close (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/tools/regression/sockets/unix_cmsg/
H A Dt_generic.c51 if (uc_socket_close(fd) < 0) in t_generic()
65 if (uc_socket_close(fd) < 0) in t_generic()
H A Dt_sockcred.c149 if (uc_socket_close(fd2) < 0) in t_sockcred_server()
169 if (uc_socket_close(fd) < 0) in t_sockcred_1()
188 if (uc_socket_close(fd) < 0) in t_sockcred_1()
H A Duc_common.h76 int uc_socket_close(int fd);
H A Dt_cmsgcred.c130 if (uc_socket_close(fd2) < 0) in t_cmsgcred_server()
H A Dt_cmsg_len.c128 if (uc_socket_close(fd2) < 0) in t_cmsg_len_server()
H A Dt_cmsgcred_sockcred.c116 if (uc_socket_close(fd2) < 0) in t_cmsgcred_sockcred_server()
H A Dt_peercred.c144 if (uc_socket_close(fd2) < 0) in t_peercred_server()
H A Dt_xxxtime.c.in152 if (uc_socket_close(fd2) < 0)
H A Duc_common.c187 uc_socket_close(int fd) in uc_socket_close() function