summaryrefslogtreecommitdiffstats
path: root/lib/libstand/if_ether.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2000-05-26 02:09:24 +0000
committerjake <jake@FreeBSD.org>2000-05-26 02:09:24 +0000
commit961b97d43458f3c57241940cabebb3bedf7e4c00 (patch)
tree6014972d9b90b4e3a8b20dbea641a88cf6355c13 /lib/libstand/if_ether.h
parent06b64672180d9b04ae6d35db819c854df3c3c684 (diff)
downloadFreeBSD-src-961b97d43458f3c57241940cabebb3bedf7e4c00.zip
FreeBSD-src-961b97d43458f3c57241940cabebb3bedf7e4c00.tar.gz
Back out the previous change to the queue(3) interface.
It was not discussed and should probably not happen. Requested by: msmith and others
Diffstat (limited to 'lib/libstand/if_ether.h')
-rw-r--r--lib/libstand/if_ether.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libstand/if_ether.h b/lib/libstand/if_ether.h
index ada2815..392ef7a 100644
--- a/lib/libstand/if_ether.h
+++ b/lib/libstand/if_ether.h
@@ -122,12 +122,12 @@ struct arpcom {
struct ifnet ac_if; /* network-visible interface */
u_int8_t ac_enaddr[ETHER_ADDR_LEN]; /* ethernet hardware address */
char ac__pad[2]; /* be nice to m68k ports */
- LIST_HEAD(, struct ether_multi) ac_multiaddrs; /* list of ether multicast addrs */
+ LIST_HEAD(, ether_multi) ac_multiaddrs; /* list of ether multicast addrs */
int ac_multicnt; /* length of ac_multiaddrs list */
};
struct llinfo_arp {
- LIST_ENTRY(struct llinfo_arp) la_list;
+ LIST_ENTRY(llinfo_arp) la_list;
struct rtentry *la_rt;
struct mbuf *la_hold; /* last packet until resolved/timeout */
long la_asked; /* last time we QUERIED for this addr */
@@ -181,7 +181,7 @@ struct ether_multi {
u_int8_t enm_addrhi[ETHER_ADDR_LEN]; /* high or only address of range */
struct arpcom *enm_ac; /* back pointer to arpcom */
u_int enm_refcount; /* no. claims to this addr/range */
- LIST_ENTRY(struct ether_multi) enm_list;
+ LIST_ENTRY(ether_multi) enm_list;
};
/*
OpenPOWER on IntegriCloud