| OpenSS7 SS7 for the Common Man | © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. Last modified: Sat, 01 Nov 2008 10:42:37 GMT | ||||||||||||||||
| |||||||||||||||||
| Manpage of SHUTDOWNDescription: Manual PageKeywords: ss7 ss7/ip ss7 over ip ss7 mtp ss7 sccp ss7 tcap sigtran mtp sccp tcap openss7 acb56 linux telephony pstn linux telephony linux nebs linux compactpciSHUTDOWNSection: OpenSS7 STREAMS Sockets Library Calls (3)Updated: 2008-10-31 Index Return to Main Contents NAMEshutdown - shut down socket send and receive operationsSYNOPSIS#include <sys/socket.h>
ARGUMENTS
DESCRIPTIONThe shutdown() function disables subsequent send and/or receive operations on a socket, depending on the value of the how argument. CAVEATSThis system call is implemented as a SIOCSOCKSYS IOCTL. See socksys(4) for more information. RETURN VALUEUpon successful completion, shutdown() returns 0. Otherwise, -1 is returned and errno is set to indicate the error. ERRORSThe shutdown() function will fail if:
The shutdown() function may fail if:
SEE ALSOgetsockopt(3), read(2), recv(3), recvfrom(3), recvmsg(3), select(2), send(3), sendto(3), setsockopt(3), socket(3), write(2), <sys/socket.h>. COMPATIBILITYThis function and sockets implementation is compatible to SVR 4.2[1], and implementations based on SVR 4.2, including Solaris®[2], with the following portability considerations:
See sockets(3) and socklib(3) for more compatibility information. CONFORMING TOThe Open Group XNS Issue 5.2[4]. HISTORYMost sockets functions first appeared in 4BSD. REFERENCES
TRADEMARKS
Other trademarks are the property of their respective owners. IDENTIFICATION
Copyright©1997-2008OpenSS7 Corp.
All Rights Reserved.
Index
This document was created by man2html, using the manual pages. Time: 04:26:43 GMT, May 21, 2013 | ||||||||||||||||
| OpenSS7 SS7 for the Common Man |
| ||||||||||||||||
| Last modified: Sat, 01 Nov 2008 10:42:37 GMT © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. |