Pages du manuel Linux : Fonctions des bibliothèques / diet
- socket_accept4
- accept an IPv4 TCP connection on a socket
- socket_accept6
- accept an IPv6 TCP connection on a socket
- socket_bind4
- set the local IP address and port of a socket
- socket_bind4_reuse
- set the local IP address and port of a socket
- socket_bind6
- set the local IP address and port of a socket
- socket_bind6_reuse
- set the local IP address and port of a socket
- socket_broadcast
- set UDP socket to broadcast mode
- socket_connect4
- attempt to make a TCP connection
- socket_connect6
- attempt to make a TCP connection
- socket_connected
- is a connection established on a socket?
- socket_getifidx
- get interface number
- socket_getifname
- get interface name
- socket_listen
- attempt to make a TCP connection
- socket_local4
- get local IP address of socket
- socket_local6
- get local IP address of socket
- socket_mchopcount6
- set multicast hop count
- socket_mcjoin4
- join a multicast group
- socket_mcjoin6
- join a multicast group
- socket_mcleave4
- leave a multicast group
- socket_mcleave6
- leave a multicast group
- socket_mcloop4
- set multicast loopback
- socket_mcloop6
- set multicast loopback
- socket_mcttl4
- set multicast ttl
- socket_recv4
- receive a UDP datagram
- socket_recv6
- receive a UDP datagram
- socket_remote4
- get remote IP address of socket
- socket_remote6
- get remote IP address of socket
- socket_send4
- send a UDP datagram
- socket_send6
- send a UDP datagram
- socket_tcp4
- create a non-blocking TCP/IP stream socket
- socket_tcp6
- create a non-blocking IPv6 TCP/IP stream socket
- socket_udp4
- create a non-blocking UDP/IP datagram socket
- socket_udp6
- create a non-blocking IPv6 UDP/IP datagram socket
- stralloc_0
- append \0 to a stralloc
- stralloc_append
- append a character to a stralloc
- stralloc_cat
- append data to a stralloc
- stralloc_catb
- append data to a stralloc
- stralloc_catlong0
- append an integer to a stralloc
- stralloc_catm
- append string(s) to a stralloc
- stralloc_cats
- append data to a stralloc
- stralloc_catulong0
- append an integer to a stralloc
- stralloc_chomp
- remove trailing CR, LF or CRLF
- stralloc_chop
- remove and return last char
- stralloc_copy
- copy data into a stralloc
- stralloc_copyb
- copy data into a stralloc
- stralloc_copym
- copy string(s) to a stralloc
- stralloc_copys
- copy data into a stralloc
- stralloc_diff
- compare two strallocs
- stralloc_diffs
- check if string is prefix of stralloc
- stralloc_free
- free storage associated with a stralloc