| /freebsd-12-stable/contrib/apr/misc/unix/ |
| D | rand.c | 71 #ifndef SHUT_RDWR 72 #define SHUT_RDWR 2 macro 175 shutdown(egd_socket, SHUT_RDWR); in apr_generate_random_bytes() 181 shutdown(egd_socket, SHUT_RDWR); in apr_generate_random_bytes() 190 shutdown(egd_socket, SHUT_RDWR); in apr_generate_random_bytes() 200 shutdown(egd_socket, SHUT_RDWR); in apr_generate_random_bytes()
|
| /freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/ |
| D | main.c | 178 #ifndef SHUT_RDWR 179 #define SHUT_RDWR 2 macro 188 shutdown(fileno(cout), SHUT_RDWR); in lostpeer() 193 shutdown(data, SHUT_RDWR); in lostpeer() 202 shutdown(fileno(cout), SHUT_RDWR); in lostpeer()
|
| /freebsd-12-stable/tools/regression/sockets/shutdown/ |
| D | shutdown.c | 51 if ((shutdown(listen_sock, SHUT_RDWR) != -1) && (errno != EBADF)) in main() 96 if ((shutdown(connect_sock, SHUT_RDWR + 1) != -1) && (errno != EINVAL)) in main()
|
| /freebsd-12-stable/crypto/heimdal/lib/roken/ |
| D | roken-common.h | 271 #ifndef SHUT_RDWR 272 #define SHUT_RDWR 2 macro
|
| /freebsd-12-stable/crypto/openssh/ |
| D | defines.h | 35 SHUT_RDWR /* No more receptions or transmissions. */ enumerator 39 # define SHUT_RDWR SHUT_RDWR macro
|
| D | sftp.c | 2641 shutdown(in, SHUT_RDWR); in main() 2642 shutdown(out, SHUT_RDWR); in main()
|
| /freebsd-12-stable/sys/sys/ |
| D | socket.h | 611 #define SHUT_RDWR 2 /* shut down both sides */ macro 618 #define PRU_FLUSH_RDWR SHUT_RDWR
|
| /freebsd-12-stable/sys/compat/cloudabi/ |
| D | cloudabi_sock.c | 65 how = SHUT_RDWR; in cloudabi_sys_sock_shutdown()
|
| /freebsd-12-stable/tools/regression/netinet/tcpsocktimewait/ |
| D | tcpsocktimewait.c | 98 if (shutdown(sock, SHUT_RDWR) < 0) { in tcp_client()
|
| /freebsd-12-stable/contrib/ofed/librdmacm/examples/ |
| D | rcopy.c | 386 rshutdown(rs, SHUT_RDWR); in server_run() 551 rshutdown(rs, SHUT_RDWR); in client_run()
|
| D | rstream.c | 532 rs_shutdown(rs, SHUT_RDWR); in run() 560 rs_shutdown(rs, SHUT_RDWR); in run()
|
| D | riostream.c | 530 rshutdown(rs, SHUT_RDWR); in run() 551 rshutdown(rs, SHUT_RDWR); in run()
|
| /freebsd-12-stable/contrib/ofed/librdmacm/ |
| D | acm.c | 167 shutdown(sock, SHUT_RDWR); in ucma_ib_cleanup()
|
| D | preload.c | 659 real.shutdown(sfd, SHUT_RDWR); in fork_active() 732 real.shutdown(sfd, SHUT_RDWR); in fork_passive()
|
| D | rsocket.c | 3239 if (how == SHUT_RDWR) { in rshutdown() 3304 rshutdown(socket, SHUT_RDWR); in rclose()
|
| /freebsd-12-stable/tests/sys/audit/ |
| D | network.c | 999 ATF_REQUIRE_EQ(0, shutdown(connectfd, SHUT_RDWR)); in ATF_TC_BODY() 1027 ATF_REQUIRE_EQ(-1, shutdown(-1, SHUT_RDWR)); in ATF_TC_BODY()
|
| /freebsd-12-stable/usr.sbin/rpc.statd/ |
| D | statd.c | 619 shutdown(sock_fd[i], SHUT_RDWR); in clearout_service()
|
| /freebsd-12-stable/libexec/phttpget/ |
| D | phttpget.c | 710 shutdown(sd, SHUT_RDWR); in main()
|
| /freebsd-12-stable/tests/sys/kern/ |
| D | unix_seqpacket_test.c | 788 ATF_CHECK_EQ(0, shutdown(s2, SHUT_RDWR)); in ATF_TC_BODY() 829 ATF_CHECK_EQ(0, shutdown(s2, SHUT_RDWR)); in ATF_TC_BODY()
|
| /freebsd-12-stable/sbin/iscontrol/ |
| D | fsm.c | 88 shutdown(sess->soc, SHUT_RDWR); in tcpConnect()
|
| /freebsd-12-stable/usr.sbin/rpc.lockd/ |
| D | lockd.c | 834 shutdown(sock_fd[i], SHUT_RDWR); in clearout_service()
|
| /freebsd-12-stable/contrib/telnet/telnetd/ |
| D | sys_term.c | 1250 (void) shutdown(net, SHUT_RDWR); in cleanup()
|
| /freebsd-12-stable/contrib/bsnmp/snmp_mibII/ |
| D | mibII.c | 1783 (void)shutdown(mib_netsock, SHUT_RDWR); in mibII_init()
|
| /freebsd-12-stable/usr.sbin/mountd/ |
| D | mountd.c | 1102 shutdown(sock_fd[i], SHUT_RDWR); in clearout_service()
|
| /freebsd-12-stable/sys/kern/ |
| D | uipc_socket.c | 2587 if (!(how == SHUT_RD || how == SHUT_WR || how == SHUT_RDWR))
|