Home | History | Annotate | Download | only in net

Lines Matching refs:ethercom

163 struct ethercom;
165 typedef int (*ether_cb_t)(struct ethercom *);
166 typedef int (*ether_vlancb_t)(struct ethercom *, uint16_t, bool);
173 struct ethercom {
257 void ether_set_ifflags_cb(struct ethercom *, ether_cb_t);
258 void ether_set_vlan_cb(struct ethercom *, ether_vlancb_t);
260 int ether_addmulti(const struct sockaddr *, struct ethercom *);
261 int ether_delmulti(const struct sockaddr *, struct ethercom *);
270 * rooted in the interface's ethercom structure.
289 * multicast addresses connected to a given ethercom structure.
294 const struct ethercom *ec)
334 ether_first_multi(struct ether_multistep *step, const struct ethercom *ec)
344 /* struct ethercom *ec; */ \
355 /* for ethercom */
390 struct ethercom *ec = (void *)_ifp;