Searched refs:arpcom (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dif_ether.h117 struct arpcom { struct
156 void arpwhohas(struct arpcom *, struct in_addr *);
158 int arpresolve(struct arpcom *,
160 void arp_ifinit(struct arpcom *, struct ifaddr *);
163 int ether_addmulti(struct ifreq *, struct arpcom *);
164 int ether_delmulti(struct ifreq *, struct arpcom *);
171 * rooted in the interface's arpcom structure. (This really has nothing to
178 struct arpcom *enm_ac; /* back pointer to arpcom */
193 * multicast addresses connected to a given arpcom structur
[all...]
/freebsd-9.3-release/sys/net/
H A Dif_arp.h105 struct arpcom { struct
109 #define IFP2AC(ifp) ((struct arpcom *)(ifp->if_l2com))
H A Dif_iso88025subr.c637 struct arpcom *ac;
784 static MALLOC_DEFINE(M_ISO88025, "arpcom", "802.5 interface internals");
789 struct arpcom *ac;
791 ac = malloc(sizeof(struct arpcom), M_ISO88025, M_WAITOK | M_ZERO);
H A Dif_ethersubr.c137 static MALLOC_DEFINE(M_ARPCOM, "arpcom", "802.* interface internals");
1303 struct arpcom *ac;
1305 ac = malloc(sizeof(struct arpcom), M_ARPCOM, M_WAITOK | M_ZERO);
/freebsd-9.3-release/sys/dev/pdq/
H A Dpdqvar.h162 struct arpcom sc_ac;

Completed in 79 milliseconds