MAN 3xn
MAN 3xn
- accept - accept a new connection on a socket
- bind - bind a name to a socket
- connect - connect a socket
- endhostent, gethostbyaddr, gethostbyname, gethostent, sethostent - network host database functions
- endnetent, getnetbyaddr, getnetbyname, getnetent, setnetent - network database functions
- endprotoent, getprotobynumber, getprotobyname, getprotoent, setprotoent - network protocol database functions
- endservent, getservbyport, getservbyname, getservent, setservent - network services database functions
- gethostname - get name of current host
- getpeername - get the name of the peer socket
- getsockname - get the socket name
- getsockopt - get the socket options
- htonl, htons, ntohl, ntohs - convert values between host and network byte order
- inet_addr, inet_network, inet_makeaddr, inet_lnaof, inet_netof, inet_ntoa - Internet address manipulation
- listen - listen for socket connections and limit the queue of incoming connections
- recv - receive a message from a connected socket
- recvfrom - receive a message from a socket
- recvmsg - receive a message from a socket
- send - send a message on a socket
- sendmsg - send a message on a socket using a message structure
- sendto - send a message on a socket
- setsockopt - set the socket options
- shutdown - shut down socket send and receive operations
- socket - create an endpoint for communication
- socketpair - create a pair of connected sockets
|
|
Created by unroff & hp-tools.
© by Hans-Peter Bischof. All Rights Reserved (1997).
Last modified 07/October/97