Lines Matching defs: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 {
253 void ether_set_ifflags_cb(struct ethercom *, ether_cb_t);
254 void ether_set_vlan_cb(struct ethercom *, ether_vlancb_t);
256 int ether_addmulti(const struct sockaddr *, struct ethercom *);
257 int ether_delmulti(const struct sockaddr *, struct ethercom *);
266 * rooted in the interface's ethercom structure.
285 * multicast addresses connected to a given ethercom structure.
290 const struct ethercom *ec)
330 ether_first_multi(struct ether_multistep *step, const struct ethercom *ec)
340 /* struct ethercom *ec; */ \
351 /* for ethercom */
386 struct ethercom *ec = (void *)_ifp;