autoload ("AF_UNIX", which ("socket"));
autoload ("AF_LOCAL", which ("socket"));
autoload ("AF_INET", which ("socket"));
autoload ("AF_APPLETALK", which ("socket"));
autoload ("SOCK_STREAM", which ("socket"));
autoload ("SOCK_DGRAM", which ("socket"));
autoload ("SOCK_SEQPACKET", which ("socket"));
autoload ("SOCK_RAW", which ("socket"));
autoload ("SOCK_RDM", which ("socket"));
autoload ("MSG_PEEK", which ("socket"));
autoload ("MSG_DONTWAIT", which ("socket"));
autoload ("MSG_WAITALL", which ("socket"));
autoload ("SOL_SOCKET", which ("socket"));
autoload ("SO_KEEPALIVE", which ("socket"));
autoload ("SO_REUSEADDR", which ("socket"));
autoload ("SO_TYPE", which ("socket"));
autoload ("SO_DONTROUTE", which ("socket"));
autoload ("SO_BROADCAST", which ("socket"));
autoload ("SHUT_RD", which ("socket"));
autoload ("SHUT_WR", which ("socket"));
autoload ("SHUT_RDWR", which ("socket"));
autoload ("socket", which ("socket"));
autoload ("connect", which ("socket"));
autoload ("disconnect", which ("socket"));
autoload ("gethostbyname", which ("socket"));
autoload ("send", which ("socket"));
autoload ("recv", which ("socket"));
autoload ("bind", which ("socket"));
autoload ("listen", which ("socket"));
autoload ("accept", which ("socket"));
autoload ("sendto", which ("socket"));
autoload ("recvfrom", which ("socket"));
autoload ("getsockopt", which ("socket"));
autoload ("setsockopt", which ("socket"));
autoload ("select", which ("socket"));
autoload ("shutdown", which ("socket"));
