IPX/SPX Programming Manual

Library Routines
HP NonStop IPX/SPX Programming Manual528022-001
5-60
socket_get_info
Errors
If an error occurs, the variable error is set to one of the following values:
Usage Guideline
Use socket_get_info to retrieve the sockaddr_nv data structure and the length of
the sockaddr_nv_buffer, after a call to recvfrom_nw and AWAITIOX and before
a subsequent AWAITIOX call.
EMSGSIZE The message was too large to be sent atomically, as required by
the socket options.
ENOTCONN The specified socket was not connected.
ESHUTDOWN The specified socket was shut down.
EINVAL An invalid argument was specified.