Index Index for
Section 9
Index Alphabetical
listing for A
Bottom of page Bottom of
page

arpcom(9s)

NAME

arpcom - Network: Defines information shared between a network driver and the address resolution code

SYNOPSIS

_________________________________ Member Name Data Type _________________________________ ac_if struct ifnet ac_hwaddr u_char [14] ac_arphrd u_short ac_bcastaddr u_char * ac_flag u_int ac_dlif struct dli_ifnet * _________________________________

MEMBERS

ac_if Specifies an ifnet data structure. This structure contains the information associated with the network-visible interface. ac_hwaddr Specifies a 14-element array that contains hardware addresses. ac_arphrd Specifies the Address Resolution Protocol (ARP) hardware type. ac_bcastaddr Specifies a pointer to a linked list of broadcast addresses. ac_flag Specifies whether the Internet Protocol (IP) is configured. ac_dlif Specifies a pointer to the Data Link Interface (DLI) data.

DESCRIPTION

The arpcom data structure contains information shared between a network driver and the address resolution code.

FILES

<netinet/if_ether.h>

Index Index for
Section 9
Index Alphabetical
listing for A
Top of page Top of
page