home *** CD-ROM | disk | FTP | other *** search
-
- Intro.3N.html:
- Title = Intro(3N)
- Version = 1.0
- Name = Intro - introduction to networking functions and libraries
- IndexEntry = intro - introduction to networking functions and libraries
- SubName = intro - introduction to networking functions and libraries
-
- byteorder.3N.html:
- Title = byteorder(3N)
- Version = 1.0
- Name = byteorder: htonl, htons, ntohl, ntohs - convert values between host and network byte order
- SubName = htonl - convert values between host and network byte order
- SubName = htons - convert values between host and network byte order
- SubName = ntohl - convert values between host and network byte order
- SubName = ntohs - convert values between host and network byte order
-
- cs_connect.3N.html:
- Title = cs_connect(3N)
- Version = 1.0
- Name = cs_connect, cs_perror - application interface to the Connection Server
- SubName = cs_perror - application interface to the Connection Server
-
- dial.3N.html:
- Title = dial(3N)
- Version = 1.0
- Name = dial - establish an outgoing terminal line connection
-
- dials.3N.html:
- Title = dials(3N)
- Version = 1.0
- Name = dials - establish an outgoing terminal line connection
-
- ethers.3N.html:
- Title = ethers(3N)
- Version = 1.0
- Name = ethers: ether_aton, ether_hostton, ether_line, ether_ntoa, ether_ntohost - Ethernet address mapping operations
- SubName = ether_aton - Ethernet address mapping operation
- SubName = ether_hostton - Ethernet address mapping operation
- SubName = ether_line - Ethernet address mapping operation
- SubName = ether_ntoa - Ethernet address mapping operation
- SubName = ether_ntohost - Ethernet address mapping operation
-
- ftp.3N.html:
- Title = ftp(3N)
- Version = 1.0
- Name = ftp - FTP API operations
- SubName = ftp_api - FTP API operations
- SubName = ftp_prconnect - establish FTP connection (control channel) with remote host
- SubName = ftp_accnt - send user's account data to remote host
- SubName = ftp_appfile - append local file onto remote file
- SubName = ftp_ascii - set data transfer type to ASCII
- SubName = ftp_binary - set data transfer type to BINARY
- SubName = ftp_bye - close the FTP connection
- SubName = ftp_chdir - change directory on remote host
- SubName = ftp_command - send FTP specific information
- SubName = ftp_dataconn - open an FTP data channel socket
- SubName = ftp_del - delete file on remote host
- SubName = ftp_dir - list a directory on remote host
- SubName = ftp_getfile - transfer file from remote to local host
- SubName = ftp_idle - set idle time for the FTP connection
- SubName = ftp_initconn - initialize and establish an FTP data channel
- SubName = ftp_login - perform complete login to remote FTP server
- SubName = ftp_mkdir - make a directory on remote host
- SubName = ftp_passwd - send user's password to remote host
- SubName = ftp_putfile - transfer file from local to remote host
- SubName = ftp_pwd - get current working directory on remote host
- SubName = ftp_rmdir - remove directory on remote host
- SubName = ftp_settype - set data transfer type for FTP connection
- SubName = ftp_site - send SITE command to remote FTP server
- SubName = ftp_user - send user's name to remote host
-
- getaddrinfo.3N.html:
- Title = getaddrinfo(3N)
- Version = 1.0
- Name = getaddrinfo, freeaddrinfo, gai_strerror - get socket address information related to a specified service location
- SubName = getaddrinfo - get socket address information related to a specified service location
- SubName = freeaddrinfo - release memory allocated to socket address information
- SubName = gai_strerror - return description of getaddrinfo error
-
- gethostent.3N.html:
- Title = gethostent(3N)
- Version = 1.0
- Name = gethostent - get network host entry
- SubName = gethostbyname - get network host entry by name
- SubName = gethostbyname2 - get network host entry by name and address family
- SubName = gethostbyaddr - get network host entry by address
- SubName = sethostent - use TCP socket for queries
- SubName = endhostent - closes TCP connection
- SubName = herror - print error message
- SubName = hstrerror - return pointer to error message text
-
- getkey.3N.html:
- Title = getkey(3N)
- Version = 1.0
- Name = getkey - retrieve an authentication key
-
- getnameinfo.3N.html:
- Title = getnameinfo(3N)
- Version = 1.0
- Name = getnameinfo - get name information related to an IP address and port number
-
- get_nderror.3N.html:
- Title = get_nderror(3N)
- Version = 1.0
- Name = get_nderror, set_nderror - get/set nderror value
- SubName = get_nderror - get nderror value
- SubName = set_nderror - set nderror value
-
- getnetconfig.3N.html:
- Title = getnetconfig(3N)
- Version = 1.0
- Name = getnetconfig - get network configuration database entry
-
- getnetent.3N.html:
- Title = getnetent(3N)
- Version = 1.0
- Name = endnetent, getnetent, getnetbyaddr, getnetbyname, setnetent - get network entry
- SubName = getnetent - get network entry
- SubName = setnetent - set network entry
- SubName = endnetent - end network entry
- SubName = getnetbyaddr - get network entry by address
- SubName = getnetbyname - get network entry by name
-
- getnetgrent.3N.html:
- Title = getnetgrent(3N)
- Version = 1.0
- Name = getnetgrent, setnetgrent, endnetgrent, innetgr - get network group entry
- SubName = setnetgrent - get network group entry
- SubName = endnetgrent - get network group entry
- SubName = innetgr - get network group entry
-
- getnetpath.3N.html:
- Title = getnetpath(3N)
- Version = 1.0
- Name = getnetpath - get netconfig entry corresponding to NETPATH component
-
- getprotoent.3N.html:
- Title = getprotoent(3N)
- Version = 1.0
- Name = getprotoent, getprotobynumber, getprotobyname, setprotoent, endprotoent - get protocol entry
- SubName = getprotobynumber - get protocol entry
- SubName = getprotobyname - get protocol entry
- SubName = setprotoent - get protocol entry
- SubName = endprotoent - get protocol entry
-
- get_Rx_cserrno.3N.html:
- Title = get_Rx_cserrno(3N)
- Version = 1.0
- Name = get_Rx_cserrno, set_Rx_cserrno - get/set Rx_cserrno value
- SubName = get_Rx_cserrno - get Rx_cserrno value
- SubName = set_Rx_cserrno - set Rx_cserrno value
-
- get_Rx_errno.3N.html:
- Title = get_Rx_errno(3N)
- Version = 1.0
- Name = get_Rx_errno, set_Rx_errno - get/set Rx_errno value
- SubName = get_Rx_errno - get Rx_errno value
- SubName = set_Rx_errno - set Rx_errno value
-
- getservent.3N.html:
- Title = getservent(3N)
- Version = 1.0
- Name = getservent, getservbyport, getservbyname, setservent, endservent - get service entry
- SubName = getservbyport - get service entry
- SubName = getservbyname - get service entry
- SubName = setservent - get service entry
- SubName = endservent - get service entry
-
- if.3N.html:
- Title = if(3N)
- Version = 1.0
- Name = if_nameindex, if_nametoindex, if_indextoname, if_freenameindex - interface identification functions
- SubName = if_nameindex - return an array of if_nameindex structures
- SubName = if_nametoindex - map an interface name to its index
- SubName = if_indextoname - map an interface index to its name
- SubName = if_freenameindex - free dynamic memory allocated by if_nameindex
-
- ifignore.3N.html:
- Title = ifignore(3N)
- Version = 1.0
- Name = ifignore - check for ignored network interface
-
- inet.3N.html:
- Title = inet(3N)
- Version = 1.0
- Name = inet - Internet address conversion and testing
- SubName = inet_addr - Internet address conversion
- SubName = IN6_IS_ADDR_UNSPECIFIED - test an IPv6 address
- SubName = IN6_IS_ADDR_LOOPBACK - test an IPv6 address
- SubName = IN6_IS_ADDR_MULTICAST - test an IPv6 address
- SubName = IN6_IS_ADDR_LINKLOCAL - test an IPv6 address
- SubName = IN6_IS_ADDR_SITELOCAL - test an IPv6 address
- SubName = IN6_IS_ADDR_V4MAPPED - test an IPv6 address
- SubName = IN6_IS_ADDR_V4COMPAT - test an IPv6 address
- SubName = IN6_IS_ADDR_MC_NODELOCAL - test scope of an IPv6 multicast address
- SubName = IN6_IS_ADDR_MC_LINKLOCAL - test scope of an IPv6 multicast address
- SubName = IN6_IS_ADDR_MC_SITELOCAL - test scope of an IPv6 multicast address
- SubName = IN6_IS_ADDR_MC_ORGLOCAL - test scope of an IPv6 multicast address
- SubName = IN6_IS_ADDR_MC_GLOBAL - test scope of an IPv6 multicast address
- SubName = inet_pton - Internet address conversion
- SubName = inet_network - Internet address conversion
- SubName = inet_makeaddr - Internet address conversion
- SubName = inet_lnaof - Internet address conversion
- SubName = inet_netof - Internet address conversion
- SubName = inet_ntoa - Internet address conversion
- SubName = inet_ntop - Internet address conversion
-
- netdir.3N.html:
- Title = netdir(3N)
- Version = 1.0
- Name = netdir: netdir_getbyname, netdir_getbyaddr, netdir_free, netdir_options, taddr2uaddr, uaddr2taddr, netdir_perror, netdir_sperror - generic transport name-to-address translation
- SubName = netdir_getbyname - generic transport name-to-address translation
- SubName = netdir_getbyaddr - generic transport name-to-address translation
- SubName = netdir_free - generic transport name-to-address translation
- SubName = netdir_options - generic transport name-to-address translation
- SubName = taddr2uaddr - generic transport name-to-address translation
- SubName = uaddr2taddr - generic transport name-to-address translation
- SubName = netdir_perror - generic transport name-to-address translation
- SubName = netdir_sperror - generic transport name-to-address translation
-
- nlsgetcall.3N.html:
- Title = nlsgetcall(3N)
- Version = 1.0
- Name = nlsgetcall - get client's data passed via the listener
-
- nlsprovider.3N.html:
- Title = nlsprovider(3N)
- Version = 1.0
- Name = nlsprovider - get name of transport provider
-
- nlsrequest.3N.html:
- Title = nlsrequest(3N)
- Version = 1.0
- Name = nlsrequest - format and send listener service request message
-
- publickey.3N.html:
- Title = publickey(3N)
- Version = 1.0
- Name = publickey: getpublickey, getsecretkey - retrieve public or secret key
-
- rcmd.3N.html:
- Title = rcmd(3N)
- Version = 1.0
- Name = rcmd, rresvport, ruserok - routines for returning a stream to a remote command
- SubName = rresvport - routines for returning a stream to a remote command
- SubName = ruserok - routines for returning a stream to a remote command
-
- resolver.3N.html:
- Title = resolver(3N)
- Version = 1.0
- Name = resolver: res_mkquery, res_query, res_search, res_send, res_init, dn_comp, dn_expand - resolver routines
- SubName = res_init - reads initialization file
- SubName = res_mkquery - makes a standard query message
- SubName = res_query - interface to server query mechanism
- SubName = res_search - extended interface to server query mechanism
- SubName = res_send - sends a query to name server
- SubName = dn_comp - compresses domain name
- SubName = dn_expand - expands domain name
-
- rexec.3N.html:
- Title = rexec(3N)
- Version = 1.0
- Name = rexec - return stream to a remote command
-
- rexecve.3N.html:
- Title = rexecve(3N)
- Version = 1.0
- Name = rexecve, rx_set_ioctl_hand, rx_set_write_hand, rx_fd, rx_proc_msg, rx_write, rx_signal, rx_act_exit, rx_free_conn - REXEC support routines
- SubName = rx_set_ioctl_hand - REXEC support routines
- SubName = rx_set_write_hand - REXEC support routines
- SubName = rx_fd - REXEC support routines
- SubName = rx_proc_msg - REXEC support routines
- SubName = rx_write - REXEC support routines
- SubName = rx_signal - REXEC support routines
- SubName = rx_act_exit - REXEC support routines
- SubName = rx_free_conn - REXEC support routines
-
- rusers.3N.html:
- Title = rusers(3N)
- Version = 1.0
- Name = rusers - return information about users on remote machines
-
- rwall.3N.html:
- Title = rwall(3N)
- Version = 1.0
- Name = rwall - write to specified remote machines
-