libbind-getnameinfo man page on YellowDog

Man page or keyword search:  
man Server   18644 pages
apropos Keyword Search (all sections)
Output format
YellowDog logo
[printable version]

GETRNAMEINFO(3)		 BSD Library Functions Manual	       GETRNAMEINFO(3)

NAME
     getnameinfo — address-to-name translation in protocol-independent manner

SYNOPSIS
     #include <sys/socket.h>
     #include <netdb.h>

     int
     getnameinfo(const struct sockaddr *sa, socklen_t salen, char *host,
	 size_t hostlen, char *serv, size_t servlen, int flags);

DESCRIPTION
     The getnameinfo() function is defined for protocol-independent address-
     to-nodename translation.  It performs functionality of gethostbyaddr(3)
     and getservbyport(3) in more sophisticated manner.

     The sa arguement is a pointer to a generic socket address structure of
     size salen.  The arguements host and serv are pointers to buffers to hold
     the return values.	 Their sizes are specified by hostlen and servlen
     repectively.  Either host or serv may be NULL if the hostname  or service
     name is not required.

     The flags arguement modifies the behaviour of getnameinfo() as follows:

     If NI_NOFQDN is set only the unqualified hostname is returned for local
     fully qualified names.

     If NI_NUMERICHOST is set then the numeric form of the hostname is
     returned.

     If NI_NAMEREQD is set, then a error is returned if the hostname cannot be
     looked up.

     If NI_NUMERICSERV is set then the service is returned in numeric form.

     If NI_DGRAM is set then the service is UDP based rather than TCP based.

SEE ALSO
     getaddrinfo(3), gethostbyaddr(3), getservbyport(3), hosts(5),
     services(5), hostname(7), named(8)

     R. Gilligan, S.  Thomson, J. Bound, and W. Stevens, ``Basic Socket Inter‐
     face Extensions for IPv6,'' RFC2133, April 1997.

STANDARDS
     The getaddrinfo() function is defined IEEE POSIX 1003.1g draft specifica‐
     tion, and documented in ``Basic Socket Interface Extensions for IPv6''
     (RFC2133).

			       January 11, 1999
[top]

List of man pages available for YellowDog

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net