*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages -> arp_ifinit (9)              
Title
Content
Arch
Section
 

ARP(9)

Contents


NAME    [Toc]    [Back]

     arp, arp_ifinit, arpresolve, arpintr - externally visible ARP functions

SYNOPSIS    [Toc]    [Back]

     #include <netinet/if_inarp.h>

     void
     arp_ifinit(struct ifnet *ifp, struct ifaddr *ifa);

     int
     arpresolve(struct ifnet *ifp, struct rtentry *rt, struct mbuf *m,
             struct sockaddr *dst, u_char *desten);

     void
     arpintr();

DESCRIPTION    [Toc]    [Back]

     The arp functions provide the interface between the arp module and the
     network drivers which need arp functionality.  Such drivers must request
     the arp attribute in their "files" declaration.

     arp_ifinit()  Sets up the arp specific fields in ifa.  Additionally, it
                   sends out a gratuitous arp request on ifp, so that other
                   machines are warned that we have a (new) address and duplicate
 addresses can be detected.

                   You must call this in your drivers' ioctl function when you
                   get a SIOCSIFADDR request with an AF_INET address family.

     arpresolve()  is called by network output functions to resolve an IPv4
                   address.  If no rt is given, a new one is looked up or created.
  If the passed or found rt does not contain a valid
                   gateway link level address, a pointer to the packet in m is
                   stored in the route entry, possibly replacing older stored
                   packets, and an arp request is sent instead.  When an arp
                   reply is received, the last held packet is send.  Otherwise,
 the looked up address is returned and written into
                   the storage desten points to.  arpresolve() returns 1, if a
                   valid address was stored to desten, and the packet can be
                   sent immediately.  Else a 0 is returned.

     arpintr()     When an arp packet is received, the network driver (class)
                   input interrupt handler queues the packet on the arpintrq
                   queue, and requests an arpintr() soft interrupt callback.
                   arpintr() dequeues the packets, performs sanity checks and
                   calls (for IPv4 arp packets, which are the only ones supported
 currently) the in_arpinput() function.
                   in_arpinput() either generates a reply to request packets,
                   and adds the sender address translation to to the routing
                   table, if a matching route entry is found.  If the route
                   entry contained a pointer to a held packet, that packet is
                   sent.

SEE ALSO    [Toc]    [Back]

      
      
     ether_ifattach(9)
     Plummer, D., "RFC826", An Ethernet Address Resolution Protocol.

AUTHORS    [Toc]    [Back]

     UCB CSRG (original implementation)
     Ignatios Souvatzis (support for non-Ethernet)

CODE REFERENCES    [Toc]    [Back]

     The ARP code is implemented in sys/net/if_arp.h, sys/netinet/if_inarp.h
     and sys/netinet/if_arp.c.

STANDARDS    [Toc]    [Back]

     RFC 826

HISTORY    [Toc]    [Back]

     Rewritten to support other than Ethernet link level addresses in
     NetBSD 1.3.

BSD                              March 3, 1997                             BSD
[ Back ]
 Similar pages
Name OS Title
XmGetVisibility HP-UX A function that determines if a widget is visible
XmGetVisibility IRIX A function that determines if a widget is visible
XmGetVisibility Tru64 A function that determines if a widget is visible
interp IRIX client-visible fields of interpreter structures
VkDeck IRIX Container that makes one child at a time visible
vis HP-UX make unprintable and non-ASCII characters in a file visible or invisible
inv HP-UX make unprintable and non-ASCII characters in a file visible or invisible
DXmCSTextNumLines Tru64 Retrieves (returns) the number of visible lines in the compound string text widget.
XmScrollVisible HP-UX A ScrolledWindow function that makes an invisible descendant of a ScrolledWindow work area visible
XmScrollVisible IRIX A ScrolledWindow function that makes an invisible descendant of a ScrolledWindow work area visible
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service