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-link-addr.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
>link_addr</TITLE
>link_addr</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="iso_addr"
TITLE="iso_addr"
HREF="net-common-tcpip-manpages-iso-addr.html"><LINK
HREF="net-common-tcpip-manpages-iso-addr.html"><LINK
REL="NEXT"
REL="NEXT"
TITLE="net_addrcmp"
TITLE="net_addrcmp"
HREF="net-common-tcpip-manpages-net-addrcmp.html"></HEAD
HREF="net-common-tcpip-manpages-net-addrcmp.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-iso-addr.html"
HREF="net-common-tcpip-manpages-iso-addr.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-net-addrcmp.html"
HREF="net-common-tcpip-manpages-net-addrcmp.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-LINK-ADDR">link_addr</H1
NAME="NET-COMMON-TCPIP-MANPAGES-LINK-ADDR">link_addr</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"
>LINK_ADDR(3)            System Library Functions Manual           LINK_ADDR(3)
>LINK_ADDR(3)            System Library Functions Manual           LINK_ADDR(3)
 
 
NAME
NAME
     link_addr, link_ntoa - elementary address specification routines for link
     link_addr, link_ntoa - elementary address specification routines for link
     level access
     level access
 
 
SYNOPSIS
SYNOPSIS
     #include &lt;sys/types.h&#62;
     #include &lt;sys/types.h&#62;
     #include &lt;sys/socket.h&#62;
     #include &lt;sys/socket.h&#62;
     #include &lt;net/if_dl.h&#62;
     #include &lt;net/if_dl.h&#62;
 
 
     void
     void
     link_addr(const char *addr, struct sockaddr_dl *sdl);
     link_addr(const char *addr, struct sockaddr_dl *sdl);
 
 
     char *
     char *
     link_ntoa(const struct sockaddr_dl *sdl);
     link_ntoa(const struct sockaddr_dl *sdl);
 
 
DESCRIPTION
DESCRIPTION
     The link_addr() function interprets character strings representing link-
     The link_addr() function interprets character strings representing link-
     level addresses, returning binary information suitable for use in system
     level addresses, returning binary information suitable for use in system
     calls.  link_ntoa() takes a link-level address and returns an ASCII
     calls.  link_ntoa() takes a link-level address and returns an ASCII
     string representing some of the information present, including the link
     string representing some of the information present, including the link
     level address itself, and the interface name or number, if present.  This
     level address itself, and the interface name or number, if present.  This
     facility is experimental and is still subject to change.
     facility is experimental and is still subject to change.
 
 
     For link_addr(), the string addr may contain an optional network inter-
     For link_addr(), the string addr may contain an optional network inter-
     face identifier of the form ``name unit-number'', suitable for the first
     face identifier of the form ``name unit-number'', suitable for the first
     argument to ifconfig(8), followed in all cases by a colon and an inter-
     argument to ifconfig(8), followed in all cases by a colon and an inter-
     face address in the form of groups of hexadecimal digits separated by
     face address in the form of groups of hexadecimal digits separated by
     periods.  Each group represents a byte of address; address bytes are
     periods.  Each group represents a byte of address; address bytes are
     filled left to right from low order bytes through high order bytes.
     filled left to right from low order bytes through high order bytes.
 
 
     Thus le0:8.0.9.13.d.30 represents an Ethernet address to be transmitted
     Thus le0:8.0.9.13.d.30 represents an Ethernet address to be transmitted
     on the first Lance Ethernet interface.
     on the first Lance Ethernet interface.
 
 
RETURN VALUES
RETURN VALUES
     link_ntoa() always returns a null-terminated string.  link_addr() has no
     link_ntoa() always returns a null-terminated string.  link_addr() has no
     return value.  (See BUGS.)
     return value.  (See BUGS.)
 
 
SEE ALSO
SEE ALSO
     iso(4), ifconfig(8)
     iso(4), ifconfig(8)
 
 
HISTORY
HISTORY
     The link_addr() and link_ntoa() functions appeared in 4.3BSD-Reno.
     The link_addr() and link_ntoa() functions appeared in 4.3BSD-Reno.
 
 
BUGS
BUGS
     The returned values for link_ntoa reside in a static memory area.
     The returned values for link_ntoa reside in a static memory area.
 
 
     The function link_addr() should diagnose improperly formed input, and
     The function link_addr() should diagnose improperly formed input, and
     there should be an unambiguous way to recognize this.
     there should be an unambiguous way to recognize this.
 
 
     If the sdl_len field of the link socket address sdl is 0, link_ntoa()
     If the sdl_len field of the link socket address sdl is 0, link_ntoa()
     will not insert a colon before the interface address bytes.  If this
     will not insert a colon before the interface address bytes.  If this
     translated address is given to link_addr() without inserting an initial
     translated address is given to link_addr() without inserting an initial
     colon, the latter will not interpret it correctly.
     colon, the latter will not interpret it correctly.
 
 
BSD                              July 28, 1993                             BSD
BSD                              July 28, 1993                             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-iso-addr.html"
HREF="net-common-tcpip-manpages-iso-addr.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-net-addrcmp.html"
HREF="net-common-tcpip-manpages-net-addrcmp.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"
>iso_addr</TD
>iso_addr</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"
>net_addrcmp</TD
>net_addrcmp</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.