Standard C Library/Socket Interface Functions |
|
|
Socket Handling
|
Function |
Description |
| connect | Initiates a connection on a socket |
| getpeername | Gets name of connected peer socket |
| listen | Listens for connections on a socket |
| recv | Receives a message from a socket |
| send | Sends a message from a socket |
| recvfrom | Receives a message from a socket |
| sendto | Sends a message from a socket |
| shutdown | Brings the system down |
| socket | Creates an endpoint for communication |
| bind | Bash built-in commands |
| getsockname | Gets socket name |
| getsockopt | Gets options on sockets |
| setsockopt | Sets options on sockets |
Namespaces
|
Function |
Description |
| if_freenameindex | Free memory allocated by if_nameindex |
| if_indextoname | Maps a network interface index to its corresponding name |
| if_nameindex | Returns all network interface names and indexes |
| if_nametoindex | Maps a network interface name to its corresponding index |
| ©Nokia 2007 |
|