Content-type: text/html Man page of inet_netof

inet_netof

Section: C Library Functions (3)
Index Return to Main Contents
 

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(): XPG4-UNIX

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


 

Index

NAME
LIBRARY
SYNOPSIS
STANDARDS
PARAMETERS
DESCRIPTION
RETURN VALUES
ERRORS
RELATED INFORMATION

This document was created by man2html, using the manual pages.
Time: 02:42:12 GMT, October 02, 2010