DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

Manual section 3sock

accept - accept a connection on a socket
bind - bind a protocol address to a socket
connect - initiate a connection on a socket
get_h_errno - get h_errno value
get_h_errno, set_h_errno - get/set h_errno value
get_t_errno - get t_errno value
get_t_errno, set_t_errno - get/set t_errno value
getpeername - get address of connected peer
getsockname - get socket address
getsockopt - get options on sockets
getsockopt, setsockopt - get and set options on sockets
Intro - introduction to networking functions and libraries
intro - introduction to networking functions and libraries
listen - listen for connections on a socket
recv - receive a message from a socket
recvfrom - receive a message from a socket
recvmsg - receive a message from a socket
select - synchronous I/O multiplexing
send - send a message from a socket
sendmsg - send a message from a socket
sendto - send a message from a socket
set_h_errno - set h_errno value
set_t_errno - set t_errno value
setsockopt - set options on sockets
shutdown - shut down part of a full-duplex connection
socket - create an endpoint for communication
socketpair - create a pair of connected sockets