initSidebarItems({"constant":[["AF_INET",""],["AF_INET6",""],["AF_LOCAL",""],["AF_UNIX",""],["INADDR_ANY",""],["INADDR_BROADCAST",""],["INADDR_NONE",""],["IPPROTO_IP",""],["IPPROTO_IPV6",""],["IPPROTO_TCP",""],["IPPROTO_UDP",""],["IP_ADD_MEMBERSHIP",""],["IP_DROP_MEMBERSHIP",""],["IP_MULTICAST_IF",""],["IP_MULTICAST_LOOP",""],["IP_MULTICAST_TTL",""],["MSG_DONTWAIT",""],["MSG_OOB",""],["MSG_PEEK",""],["SOCK_CLOEXEC",""],["SOCK_DGRAM",""],["SOCK_NONBLOCK",""],["SOCK_RAW",""],["SOCK_RDM",""],["SOCK_SEQPACKET",""],["SOCK_STREAM",""],["SOL_SOCKET",""],["SO_ACCEPTCONN",""],["SO_BROADCAST",""],["SO_DEBUG",""],["SO_DONTROUTE",""],["SO_DONTTRUNC",""],["SO_ERROR",""],["SO_KEEPALIVE",""],["SO_LABEL",""],["SO_LINGER",""],["SO_NKE",""],["SO_NOADDRERR",""],["SO_NOSIGPIPE",""],["SO_NOTIFYCONFLICT",""],["SO_NP_EXTENSIONS",""],["SO_NREAD",""],["SO_NWRITE",""],["SO_OOBINLINE",""],["SO_PEERLABEL",""],["SO_RANDOMPORT",""],["SO_RCVBUF",""],["SO_RCVLOWAT",""],["SO_RCVTIMEO",""],["SO_RESTRICTIONS",""],["SO_RESTRICT_DENYIN",""],["SO_RESTRICT_DENYOUT",""],["SO_RESTRICT_DENYSET",""],["SO_REUSEADDR",""],["SO_REUSEPORT",""],["SO_REUSESHAREUID",""],["SO_SNDBUF",""],["SO_SNDLOWAT",""],["SO_SNDTIMEO",""],["SO_TIMESTAMP",""],["SO_TIMESTAMP_MONOTONIC",""],["SO_TYPE",""],["SO_WANTMORE",""],["SO_WANTOOBFLAG",""],["TCP_MAXSEG",""],["TCP_NODELAY",""]],"enum":[["AddressFamily",""],["InetAddr",""],["IpAddr",""],["SockAddr","Represents a socket address"],["SockLevel","The protocol level at which to get / set socket options. Used as an argument to `getsockopt` and `setsockopt`."],["SockType",""]],"fn":[["accept","Accept a connection on a socket"],["accept4","Accept a connection on a socket"],["bind","Bind a name to a socket"],["connect","Initiate a connection on a socket"],["getpeername","Get the address of the peer connected to the socket `fd`."],["getsockname","Get the current address to which the socket `fd` is bound."],["getsockopt","Get the current value for the requested socket option"],["listen","Listen for connections on a socket"],["recvfrom","Receive data from a connectionless or connection-oriented socket. Returns the number of bytes read and the socket address of the sender."],["sendto",""],["setsockopt","Sets the value for the requested socket option"],["sockaddr_storage_to_addr",""],["socket","Create an endpoint for communication"],["socketpair","Create a pair of connected sockets"]],"mod":[["sockopt",""]],"struct":[["Ipv4Addr",""],["Ipv6Addr",""],["SockFlag",""],["UnixAddr",""],["in6_addr",""],["in_addr",""],["ip_mreq",""],["linger",""],["sockaddr",""],["sockaddr_in",""],["sockaddr_in6",""],["sockaddr_storage",""],["sockaddr_un",""]],"trait":[["SockOpt","Represents a socket option that can be accessed or set. Used as an argument to `getsockopt` and `setsockopt`."]],"type":[["InAddrT",""],["IpMulticastTtl",""],["SockMessageFlags",""],["sa_family_t",""]]});