Searched refs:SHUT_RDWR (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | defines.h | 40 #ifndef SHUT_RDWR 45 SHUT_RDWR /* No more receptions or transmissions. */ enumerator 49 #define SHUT_RDWR SHUT_RDWR macro
|
/titanic_44/usr/src/cmd/zoneadmd/ |
H A D | zcons.c | 503 (void) shutdown(servfd, SHUT_RDWR); in destroy_console_sock() 590 (void) shutdown(connfd, SHUT_RDWR); in accept_client() 617 (void) shutdown(connfd, SHUT_RDWR); in reject_client() 870 (void) shutdown(clifd, SHUT_RDWR); in do_console_io()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_net.c | 129 (void) ksocket_shutdown(so, SHUT_RDWR, CRED()); in smb_soshutdown()
|
H A D | smb_opipe.c | 287 (void) ksocket_shutdown(sock, SHUT_RDWR, of->f_cr); in smb_opipe_close()
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | altprivsep.c | 431 (void) shutdown(sock, SHUT_RDWR); in altprivsep_shutdown_sock() 1165 (void) shutdown(newsock, SHUT_RDWR); in altprivsep_start_and_do_monitor()
|
/titanic_44/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_pipesvc.c | 349 (void) shutdown(np->np_fid, SHUT_RDWR); in pipesvc_worker()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | socket.h | 440 #define SHUT_RDWR 2 macro
|
/titanic_44/usr/src/cmd/ssh/sftp/ |
H A D | sftp.c | 1676 shutdown(in, SHUT_RDWR); in main() 1677 shutdown(out, SHUT_RDWR); in main()
|
/titanic_44/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 611 case SHUT_RDWR: in sosdp_shutdown()
|
H A D | socksctp.c | 1175 case SHUT_RDWR: in sosctp_shutdown()
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | packet.c | 308 shutdown(connection_out, SHUT_RDWR); in packet_close()
|
H A D | channels.c | 341 shutdown(c->sock, SHUT_RDWR); in channel_free()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 2196 case SHUT_RDWR: outstring(pri, "SHUT_RDWR"); break; in prt_sht()
|
/titanic_44/usr/src/uts/common/io/idm/ |
H A D | idm_so.c | 235 (void) ksocket_shutdown(so, SHUT_RDWR, CRED()); in idm_soshutdown()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | vrrpd.c | 1392 (void) shutdown(connfd, SHUT_RDWR); in vrrpd_cmdsock_handler()
|