OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [doc/] [html/] [ref/] [net-common-tcpip-manpages-inet-net.html] - Diff between revs 28 and 174

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 28 Rev 174
<!-- Copyright (C) 2003 Red Hat, Inc.                                -->
<!-- Copyright (C) 2003 Red Hat, Inc.                                -->
<!-- This material may be distributed only subject to the terms      -->
<!-- This material may be distributed only subject to the terms      -->
<!-- and conditions set forth in the Open Publication License, v1.0  -->
<!-- and conditions set forth in the Open Publication License, v1.0  -->
<!-- or later (the latest version is presently available at          -->
<!-- or later (the latest version is presently available at          -->
<!-- http://www.opencontent.org/openpub/).                           -->
<!-- http://www.opencontent.org/openpub/).                           -->
<!-- Distribution of the work or derivative of the work in any       -->
<!-- Distribution of the work or derivative of the work in any       -->
<!-- standard (paper) book form is prohibited unless prior           -->
<!-- standard (paper) book form is prohibited unless prior           -->
<!-- permission is obtained from the copyright holder.               -->
<!-- permission is obtained from the copyright holder.               -->
<HTML
<HTML
><HEAD
><HEAD
><TITLE
><TITLE
>inet_net</TITLE
>inet_net</TITLE
><meta name="MSSmartTagsPreventParsing" content="TRUE">
><meta name="MSSmartTagsPreventParsing" content="TRUE">
<META
<META
NAME="GENERATOR"
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
"><LINK
"><LINK
REL="HOME"
REL="HOME"
TITLE="eCos Reference Manual"
TITLE="eCos Reference Manual"
HREF="ecos-ref.html"><LINK
HREF="ecos-ref.html"><LINK
REL="UP"
REL="UP"
TITLE="TCP/IP Library Reference"
TITLE="TCP/IP Library Reference"
HREF="tcpip-library-reference.html"><LINK
HREF="tcpip-library-reference.html"><LINK
REL="PREVIOUS"
REL="PREVIOUS"
TITLE="inet6_rthdr_space"
TITLE="inet6_rthdr_space"
HREF="net-common-tcpip-manpages-inet6-rthdr-space.html"><LINK
HREF="net-common-tcpip-manpages-inet6-rthdr-space.html"><LINK
REL="NEXT"
REL="NEXT"
TITLE="ipx"
TITLE="ipx"
HREF="net-common-tcpip-manpages-ipx.html"></HEAD
HREF="net-common-tcpip-manpages-ipx.html"></HEAD
><BODY
><BODY
CLASS="SECT1"
CLASS="SECT1"
BGCOLOR="#FFFFFF"
BGCOLOR="#FFFFFF"
TEXT="#000000"
TEXT="#000000"
LINK="#0000FF"
LINK="#0000FF"
VLINK="#840084"
VLINK="#840084"
ALINK="#0000FF"
ALINK="#0000FF"
><DIV
><DIV
CLASS="NAVHEADER"
CLASS="NAVHEADER"
><TABLE
><TABLE
SUMMARY="Header navigation table"
SUMMARY="Header navigation table"
WIDTH="100%"
WIDTH="100%"
BORDER="0"
BORDER="0"
CELLPADDING="0"
CELLPADDING="0"
CELLSPACING="0"
CELLSPACING="0"
><TR
><TR
><TH
><TH
COLSPAN="3"
COLSPAN="3"
ALIGN="center"
ALIGN="center"
>eCos Reference Manual</TH
>eCos Reference Manual</TH
></TR
></TR
><TR
><TR
><TD
><TD
WIDTH="10%"
WIDTH="10%"
ALIGN="left"
ALIGN="left"
VALIGN="bottom"
VALIGN="bottom"
><A
><A
HREF="net-common-tcpip-manpages-inet6-rthdr-space.html"
HREF="net-common-tcpip-manpages-inet6-rthdr-space.html"
ACCESSKEY="P"
ACCESSKEY="P"
>Prev</A
>Prev</A
></TD
></TD
><TD
><TD
WIDTH="80%"
WIDTH="80%"
ALIGN="center"
ALIGN="center"
VALIGN="bottom"
VALIGN="bottom"
>Chapter 38. TCP/IP Library Reference</TD
>Chapter 38. TCP/IP Library Reference</TD
><TD
><TD
WIDTH="10%"
WIDTH="10%"
ALIGN="right"
ALIGN="right"
VALIGN="bottom"
VALIGN="bottom"
><A
><A
HREF="net-common-tcpip-manpages-ipx.html"
HREF="net-common-tcpip-manpages-ipx.html"
ACCESSKEY="N"
ACCESSKEY="N"
>Next</A
>Next</A
></TD
></TD
></TR
></TR
></TABLE
></TABLE
><HR
><HR
ALIGN="LEFT"
ALIGN="LEFT"
WIDTH="100%"></DIV
WIDTH="100%"></DIV
><DIV
><DIV
CLASS="SECT1"
CLASS="SECT1"
><H1
><H1
CLASS="SECT1"
CLASS="SECT1"
><A
><A
NAME="NET-COMMON-TCPIP-MANPAGES-INET-NET">inet_net</H1
NAME="NET-COMMON-TCPIP-MANPAGES-INET-NET">inet_net</H1
><TABLE
><TABLE
BORDER="5"
BORDER="5"
BGCOLOR="#E0E0F0"
BGCOLOR="#E0E0F0"
WIDTH="70%"
WIDTH="70%"
><TR
><TR
><TD
><TD
><PRE
><PRE
CLASS="SCREEN"
CLASS="SCREEN"
>INET_NET(3)             System Library Functions Manual            INET_NET(3)
>INET_NET(3)             System Library Functions Manual            INET_NET(3)
 
 
NAME
NAME
     inet_net_ntop, inet_net_pton - Internet network number manipulation rou-
     inet_net_ntop, inet_net_pton - Internet network number manipulation rou-
     tines
     tines
 
 
SYNOPSIS
SYNOPSIS
     #include &lt;sys/socket.h&#62;
     #include &lt;sys/socket.h&#62;
     #include &lt;netinet/in.h&#62;
     #include &lt;netinet/in.h&#62;
     #include &lt;arpa/inet.h&#62;
     #include &lt;arpa/inet.h&#62;
 
 
     char *
     char *
     inet_net_ntop(int af, const void *src, int bits, char *dst, size_t size);
     inet_net_ntop(int af, const void *src, int bits, char *dst, size_t size);
 
 
     int
     int
     inet_net_pton(int af, const char *src, void *dst, size_t size);
     inet_net_pton(int af, const char *src, void *dst, size_t size);
 
 
DESCRIPTION
DESCRIPTION
     The inet_net_ntop() function converts an Internet network number from
     The inet_net_ntop() function converts an Internet network number from
     network format (usually a struct in_addr or some other binary form, in
     network format (usually a struct in_addr or some other binary form, in
     network byte order) to CIDR presentation format (suitable for external
     network byte order) to CIDR presentation format (suitable for external
     display purposes).  bits is the number of bits in src that are the net-
     display purposes).  bits is the number of bits in src that are the net-
     work number.  It returns NULL if a system error occurs (in which case,
     work number.  It returns NULL if a system error occurs (in which case,
     errno will have been set), or it returns a pointer to the destination
     errno will have been set), or it returns a pointer to the destination
     string.
     string.
 
 
     The inet_net_pton() function converts a presentation format Internet net-
     The inet_net_pton() function converts a presentation format Internet net-
     work number (that is, printable form as held in a character string) to
     work number (that is, printable form as held in a character string) to
     network format (usually a struct in_addr or some other internal binary
     network format (usually a struct in_addr or some other internal binary
     representation, in network byte order).  It returns the number of bits
     representation, in network byte order).  It returns the number of bits
     (either computed based on the class, or specified with /CIDR), or -1 if a
     (either computed based on the class, or specified with /CIDR), or -1 if a
     failure occurred (in which case errno will have been set.  It will be set
     failure occurred (in which case errno will have been set.  It will be set
     to ENOENT if the Internet network number was not valid).
     to ENOENT if the Internet network number was not valid).
 
 
     The only value for af currently supported is AF_INET.  size is the size
     The only value for af currently supported is AF_INET.  size is the size
     of the result buffer dst.
     of the result buffer dst.
 
 
NETWORK NUMBERS (IP VERSION 4)
NETWORK NUMBERS (IP VERSION 4)
     Internet network numbers may be specified in one of the following forms:
     Internet network numbers may be specified in one of the following forms:
 
 
           a.b.c.d/bits
           a.b.c.d/bits
           a.b.c.d
           a.b.c.d
           a.b.c
           a.b.c
           a.b
           a.b
           a
           a
 
 
     When four parts are specified, each is interpreted as a byte of data and
     When four parts are specified, each is interpreted as a byte of data and
     assigned, from left to right, to the four bytes of an Internet network
     assigned, from left to right, to the four bytes of an Internet network
     number.  Note that when an Internet network number is viewed as a 32-bit
     number.  Note that when an Internet network number is viewed as a 32-bit
     integer quantity on a system that uses little-endian byte order (such as
     integer quantity on a system that uses little-endian byte order (such as
     the Intel 386, 486, and Pentium processors) the bytes referred to above
     the Intel 386, 486, and Pentium processors) the bytes referred to above
     appear as ``d.c.b.a''.  That is, little-endian bytes are ordered from
     appear as ``d.c.b.a''.  That is, little-endian bytes are ordered from
     right to left.
     right to left.
 
 
     When a three part number is specified, the last part is interpreted as a
     When a three part number is specified, the last part is interpreted as a
     16-bit quantity and placed in the rightmost two bytes of the Internet
     16-bit quantity and placed in the rightmost two bytes of the Internet
     network number.  This makes the three part number format convenient for
     network number.  This makes the three part number format convenient for
     specifying Class B network numbers as ``128.net.host''.
     specifying Class B network numbers as ``128.net.host''.
 
 
     When a two part number is supplied, the last part is interpreted as a
     When a two part number is supplied, the last part is interpreted as a
     24-bit quantity and placed in the rightmost three bytes of the Internet
     24-bit quantity and placed in the rightmost three bytes of the Internet
     network number.  This makes the two part number format convenient for
     network number.  This makes the two part number format convenient for
     specifying Class A network numbers as ``net.host''.
     specifying Class A network numbers as ``net.host''.
 
 
     When only one part is given, the value is stored directly in the Internet
     When only one part is given, the value is stored directly in the Internet
     network number without any byte rearrangement.
     network number without any byte rearrangement.
 
 
     All numbers supplied as ``parts'' in a `.' notation may be decimal,
     All numbers supplied as ``parts'' in a `.' notation may be decimal,
     octal, or hexadecimal, as specified in the C language (i.e., a leading 0x
     octal, or hexadecimal, as specified in the C language (i.e., a leading 0x
     or 0X implies hexadecimal; otherwise, a leading 0 implies octal; other-
     or 0X implies hexadecimal; otherwise, a leading 0 implies octal; other-
     wise, the number is interpreted as decimal).
     wise, the number is interpreted as decimal).
 
 
SEE ALSO
SEE ALSO
     byteorder(3), inet(3), networks(5)
     byteorder(3), inet(3), networks(5)
 
 
HISTORY
HISTORY
     The inet_net_ntop and inet_net_pton functions first appeared in BIND
     The inet_net_ntop and inet_net_pton functions first appeared in BIND
     4.9.4.
     4.9.4.
 
 
BSD                              June 18, 1997                             BSD
BSD                              June 18, 1997                             BSD
    </PRE
    </PRE
></TD
></TD
></TR
></TR
></TABLE
></TABLE
></DIV
></DIV
><DIV
><DIV
CLASS="NAVFOOTER"
CLASS="NAVFOOTER"
><HR
><HR
ALIGN="LEFT"
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
SUMMARY="Footer navigation table"
WIDTH="100%"
WIDTH="100%"
BORDER="0"
BORDER="0"
CELLPADDING="0"
CELLPADDING="0"
CELLSPACING="0"
CELLSPACING="0"
><TR
><TR
><TD
><TD
WIDTH="33%"
WIDTH="33%"
ALIGN="left"
ALIGN="left"
VALIGN="top"
VALIGN="top"
><A
><A
HREF="net-common-tcpip-manpages-inet6-rthdr-space.html"
HREF="net-common-tcpip-manpages-inet6-rthdr-space.html"
ACCESSKEY="P"
ACCESSKEY="P"
>Prev</A
>Prev</A
></TD
></TD
><TD
><TD
WIDTH="34%"
WIDTH="34%"
ALIGN="center"
ALIGN="center"
VALIGN="top"
VALIGN="top"
><A
><A
HREF="ecos-ref.html"
HREF="ecos-ref.html"
ACCESSKEY="H"
ACCESSKEY="H"
>Home</A
>Home</A
></TD
></TD
><TD
><TD
WIDTH="33%"
WIDTH="33%"
ALIGN="right"
ALIGN="right"
VALIGN="top"
VALIGN="top"
><A
><A
HREF="net-common-tcpip-manpages-ipx.html"
HREF="net-common-tcpip-manpages-ipx.html"
ACCESSKEY="N"
ACCESSKEY="N"
>Next</A
>Next</A
></TD
></TD
></TR
></TR
><TR
><TR
><TD
><TD
WIDTH="33%"
WIDTH="33%"
ALIGN="left"
ALIGN="left"
VALIGN="top"
VALIGN="top"
>inet6_rthdr_space</TD
>inet6_rthdr_space</TD
><TD
><TD
WIDTH="34%"
WIDTH="34%"
ALIGN="center"
ALIGN="center"
VALIGN="top"
VALIGN="top"
><A
><A
HREF="tcpip-library-reference.html"
HREF="tcpip-library-reference.html"
ACCESSKEY="U"
ACCESSKEY="U"
>Up</A
>Up</A
></TD
></TD
><TD
><TD
WIDTH="33%"
WIDTH="33%"
ALIGN="right"
ALIGN="right"
VALIGN="top"
VALIGN="top"
>ipx</TD
>ipx</TD
></TR
></TR
></TABLE
></TABLE
></DIV
></DIV
></BODY
></BODY
></HTML
></HTML
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.