Copyright © tutorialspoint.com
#include <sys/socket.h> |
| Tag | Description |
|---|---|
| EBADF | The argument s is not a valid descriptor. |
| EFAULT | The name parameter points to memory not in a valid part of the process address space. |
| EINVAL | namelen is invalid (e.g., is negative). |
| ENOBUFS | |
| Insufficient resources were available in the system to perform the operation. | |
| ENOTSOCK | |
| The argument s is a file, not a socket. | |
Copyright © tutorialspoint.com