getipnodebyaddr man page on OSF1

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

getipnodebyaddr(3)					    getipnodebyaddr(3)

NAME
       getipnodebyaddr - Get a network host entry by address

SYNOPSIS
       #include <netdb.h>

       struct hostent *getipnodebyaddr(
	       const void *src,
	       size_t len,
	       int af,
	       int *error_num );

LIBRARY
       Standard C Library (libc)

PARAMETERS
       Specifies  an  Internet address in network order.  Specifies the number
       of bytes in an Internet address.	 Specifies the Internet domain address
       format.	 Valid	values	are  AF_INET and AF_INET6.  Specifies an error
       return code value if the function is not successful.   See  the	ERRORS
       section for a description of the values.

DESCRIPTION
       The  use of this routine is deprecated.	Use the getnameinfo(3) routine
       instead; it is also protocol-independent.

       The getipnodebyaddr() routine is an evolution  of  the  gethostbyaddr()
       routine	that  enables  address	lookups in address families other than
       AF_INET.

       The getipnodebyaddr() routine returns a pointer to a structure of  type
       hostent.	 Its members specify data obtained from the local /etc/ipnodes
       file, /etc/hosts file, or one of the files distributed by  DNS/BIND  or
       NIS.   To  determine which file or files to search, and in which order,
       the system uses the switches in the /etc/svc.conf  file.	  The  netdb.h
       header file defines the hostent structure.

       The  getipnodebyaddr()  routine	searches  the  network	host  database
       sequentially until a match with the src and af parameters occurs.   The
       len  parameter must specify the number of bytes in an Internet address.
       The src parameter must specify the address in network  order.   The  af
       parameter  can be either the constant AF_INET or AF_INET6, which speci‐
       fies the Internet Protocol Version 4 (IPv4) address format or  Internet
       Protocol Version 6 (IPv6) address format, respectively.	When EOF (End-
       of-File) is reached without a match, an error value is returned.

       If the src parameter is either an Internet Protocol  Version  4	(IPv4)
       mapped  IPv6  address  or  an IPv4-compatible IPv6 address, the routine
       performs the following steps in order: If the af parameter is AF_INET6,
       the len parameter is 16, and the src parameter is either an IPV4-mapped
       IPv6 address or an IPv4-compatible IPv6 address, the routine skips  the
       first 12 bytes of the address, sets af to AF_INET and len to 4.	If the
       af parameter is AF_INET, the routine queries for a PTR  record  in  the
       in-addr.arpa  domain.   If  the	af  parameter is AF_INET6, the routine
       queries for a PTR record in the ip6.int domain.	If the routine returns
       success,	 the single address and address family returned in the hostent
       structure are copies of the src parameter and the af parameter, respec‐
       tively, that were passed to the routine.

					Note

       The  ::	and  ::1  IPv6	addresses  are	not considered IPv4-compatible
       addresses.

       If using DNS/BIND, the information is obtained from a name server spec‐
       ified  in  the /etc/resolv.conf file.  When the name server is not run‐
       ning, the getipnodebyaddr() routine searches  the  local	 ipnodes  name
       file  for  IPv6	and  IPv4  addresses  and the hosts name file for IPv4
       addresses, if none are found in the ipnodes file.

       The getipnodebyaddr() routine dynamically allocates the hostent	struc‐
       ture.  Use the freehostent() routine to free the allocated memory.

RETURN VALUES
       Upon  successful	 completion,  the  getipnodebyaddr() routine returns a
       pointer to a hostent structure.	If it reaches the end of  the  network
       hostname database, it returns a null pointer.

ERRORS
       If the getipnodebyaddr() routine call fails, error_num is set to one of
       the following values: Host  is  unknown.	  The  server  recognized  the
       request	and  the  name,	 but  no  address  is  available for the name.
       Another type of name server request may be successful.	An  unexpected
       server  failure occurred.  This is a nonrecoverable error.  A transient
       error occurred, for example, the server did not respond.	  A  retry  at
       some later time may be successful.

EXAMPLES
       For  IPv4 applications (backward compatibility), use the following syn‐
       tax:

       getipnodebyaddr(address, 4, AF_INET, &error_num);

FILES
       The Internet network node name database.	 Each record in the file occu‐
       pies  a single line and has three fields consisting of the node address
       (IPv6 or IPv4), official node name, and	aliases.   This	 file  is  the
       Internet network hostname database.  Each record in the file occupies a
       single line and has three fields consisting of the host	IPv4  address,
       official	 hostname, and aliases.	 The resolver configuration file.  The
       database service selection configuration file.

SEE ALSO
       Routines: endhostent(3), freehostent(3),	 getnameinfo(3),  getipnodeby‐
       name(3), sethostent(3).

       Files: hosts(4), resolv.conf(4), svc.conf(4).

       Networks: bind_intro(7), nis_intro(7).

       Standards: standards(5).

							    getipnodebyaddr(3)
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server OSF1

List of man pages available for OSF1

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