inet_netof(3) Library Functions Manual inet_netof(3)NAME
inet_netof - Translates an Internet address into its network address component
LIBRARY
Standard C Library (libc.so, libc.a)
SYNOPSIS
#include <arpa/inet.h>
in_addr_t inet_netof( struct in_addr net_addr) ;
STANDARDS
Interfaces documented on this reference page conform to industry standards as follows:
inet_netof(): XNS4.0
Refer to the standards(5) reference page for more information about industry standards and associated tags.
PARAMETERS
Defines an Internet address in network-byte order.
DESCRIPTION
The inet_netof() function translates an Internet address into its network address component. The network address integer is returned in
host-byte order.
RETURN VALUES
The inet_netof() function returns a host byte-ordered Internet network address.
ERRORS
Current industry standards for inet_netof() do not define error values.
RELATED INFORMATION
Functions: inet_addr(3), inet_lnaof(3), inet_makeaddr(3), inet_network(3), inet_ntoa(3)
Standards: standards(5)
Network Programmer's Guide delim off
inet_netof(3)
Check Out this Related Man Page
inet_lnaof(3) Library Functions Manual inet_lnaof(3)NAME
inet_lnaof - Translates an Internet address integer into its host (local) address component
LIBRARY
Standard C Library (libc.so, libc.a)
SYNOPSIS
#include <arpa/inet.h>
in_addr_t inet_lnaof( struct in_addr net_addr);
STANDARDS
Interfaces documented on this reference page conform to industry standards as follows:
inet_lnaof(): XNS4.0
Refer to the standards(5) reference page for more information about industry standards and associated tags.
PARAMETERS
Defines an Internet address in network byte order.
DESCRIPTION
The inet_lnaof() function translates an Internet network byte-ordered address into its host (local) address component. The host address is
returned in host byte-order.
RETURN VALUES
The inet_lnaof() function returns a host byte-ordered integer that specifies the host (local) address part of the Internet network address
integer.
ERRORS
Current industry standards for inet_lnaof() do not define error values.
RELATED INFORMATION
Functions: inet_addr(3), inet_netof(3), inet_makeaddr(3), inet_network(3), inet_ntoa(3)
Standards: standards(5)
Network Programmer's Guide delim off
inet_lnaof(3)
How to connect to the Internet Using RH 7.2 i.e configuration plz Hlp.....cause I want to accsses to the Internet to download Help and application in the Red hat OS???? (1 Reply)
I running HPUX 11.0,
Netscape gives me an error "Unable to locate Server" when using a www.something.com address.
If I use an IP address I get past the router and onto the Internet.
My workstation can get to the Router @ 192.168.0.1 and also it's local APACHE server.
I have DHCP enabled... (8 Replies)
Here's the story:
I had an LaCie Internet Space (1TB)... Recently the network (or software)
functions of the device just died... I tried to access it via different routers,
checking UTP, tried everything possible to rule out physical damage to
components.
Then i got the disk out of its... (2 Replies)
for testing network elements which of the below is TRUE
a)Thorough understanding of RFC s/ IETF standards is enough.
b)One has to know design specifications along with standards and specification.
c)Understanding customer requirements is required for acceptance test only and not for... (0 Replies)