socket address families (domains) NAME address_families - socket address families (domains) SYNOPSIS #include <sys/types.h> /* See NOTES */ #incl......dress families, as well as information on several other address families, can be found in address_families (7). The socket has the indicated type , which specifies the communica…convert IPv4 and IPv6 addresses from binary to text form NAME inet_ntop - convert IPv4 and IPv6 addresses from binary to text form LIBRARY Standard C library ( libc , -lc ) SYNOPSI…Linux VSOCK address family NAME vsock - Linux VSOCK address family SYNOPSIS #include <sys/socket.h> #include <linux/vm_sockets.h> stream_socket = socket(AF_VSOCK, SOCK_STREAM, 0); …get interface addresses NAME getifaddrs, freeifaddrs - get interface addresses LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <ifaddrs.h> int ge…get interface addresses NAME getifaddrs, freeifaddrs - get interface addresses LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <ifaddrs.h> int ge…another utility to investigate sockets NAME ss - another utility to investigate sockets SYNOPSIS ss [ options ] [ FILTER ] DESCRIPTION ss is used to dump socket statistics. It allo…convert IPv4 and IPv6 addresses from text to binary form NAME inet_pton - convert IPv4 and IPv6 addresses from text to binary form LIBRARY Standard C library ( libc , -lc ) SYNOPSI…bind a name to a socket NAME bind - bind a name to a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int bind(int sockfd , const struct sockaddr *…initiate a connection on a socket NAME connect - initiate a connection on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int connect(int sockfd…get network hostnames and addresses NAME getipnodebyname, getipnodebyaddr, freehostent - get network hostnames and addresses LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #inc…get network hostnames and addresses NAME getipnodebyname, getipnodebyaddr, freehostent - get network hostnames and addresses LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #inc…get network hostnames and addresses NAME getipnodebyname, getipnodebyaddr, freehostent - get network hostnames and addresses LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #inc…Linux socket interface NAME socket - Linux socket interface SYNOPSIS #include <sys/socket.h> sockfd = socket(int socket_family , int socket_type , int protocol ); DESCRIPTION This …obtaining information about sockets NAME sock_diag - obtaining information about sockets SYNOPSIS #include <sys/socket.h> #include <linux/sock_diag.h> #include <linux/unix_diag.h> …communication between kernel and user space (AF_NETLINK) NAME netlink - communication between kernel and user space (AF_NETLINK) SYNOPSIS #include <asm/types.h> #include <sys/socke…show or set the system's host name domainname - show or set the system's NIS/YP domain name ypdomainname - show or set the system's NIS/YP domain name nisdomainname - show or set t…show or set the system's host name domainname - show or set the system's NIS/YP domain name ypdomainname - show or set the system's NIS/YP domain name nisdomainname - show or set t…show or set the system's host name domainname - show or set the system's NIS/YP domain name ypdomainname - show or set the system's NIS/YP domain name nisdomainname - show or set t…show or set the system's host name domainname - show or set the system's NIS/YP domain name ypdomainname - show or set the system's NIS/YP domain name nisdomainname - show or set t…