diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-11-07 15:14:10 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-11-07 15:14:10 +0000 |
| commit | 833e8dc5ab711a9485790d950801e32798d55558 (patch) | |
| tree | 8477b249e14f24c5617bf5ae2aa9e42c46dac3f6 /sys/net/if_arp.h | |
| parent | b6e1ad3a3a2f414cc4a67ffcdb92c47e444cdc9f (diff) | |
Notes
Diffstat (limited to 'sys/net/if_arp.h')
| -rw-r--r-- | sys/net/if_arp.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/net/if_arp.h b/sys/net/if_arp.h index 2dd8c32d06c93..7d141f3771631 100644 --- a/sys/net/if_arp.h +++ b/sys/net/if_arp.h @@ -97,20 +97,6 @@ struct arpreq { #define ATF_PUBL 0x08 /* publish entry (respond for other host) */ #define ATF_USETRAILERS 0x10 /* has requested trailers */ -#ifdef _KERNEL -/* - * Structure shared between the ethernet driver modules and - * the address resolution code. - */ -struct arpcom { - struct ifnet *ac_ifp; /* network-visible interface */ - void *ac_netgraph; /* ng_ether(4) netgraph node info */ -}; -#define IFP2AC(ifp) ((struct arpcom *)(ifp->if_l2com)) -#define AC2IFP(ac) ((ac)->ac_ifp) - -#endif /* _KERNEL */ - struct arpstat { /* Normal things that happen: */ uint64_t txrequests; /* # of ARP requests sent by this host. */ |
