Previous topic |
Next topic |
Contents |
Contact z/OS |
Library |
PDF
getibmsockopt() z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference SC27-3660-00 |
|
Like getsockopt() call, the getibmsockopt() call gets the options associated with a socket in the AF_INET domain. This call is for options specific to the IBM® implementation of sockets. Currently, only the SOL_SOCKET level is supported. This call can be used only in the AF_INET domain.
Return valuesThe value 0 indicates success;
the value -1 indicates an error. Errno identifies the specific error.
Example
Related callsibmsflush(), setibmsockopt(), getsockopt() |
Copyright IBM Corporation 1990, 2014
|