Lines Matching refs:ifnet
400 struct ifnet;
402 void ether_bpf_mtap_if(struct ifnet *ifp, struct mbuf *m);
423 struct ifnet;
432 extern void ether_demux(struct ifnet *, struct mbuf *);
433 extern void ether_ifattach(struct ifnet *, const u_int8_t *);
434 extern void ether_ifdetach(struct ifnet *);
437 extern void ether_reassign(struct ifnet *, struct vnet *, char *);
439 extern int ether_ioctl(struct ifnet *, u_long, caddr_t);
440 extern int ether_output(struct ifnet *, struct mbuf *,
442 extern int ether_output_frame(struct ifnet *, struct mbuf *);
447 bool ether_8021q_frame(struct mbuf **mp, struct ifnet *ife,
448 struct ifnet *p, const struct ether_8021q_tag *);
449 void ether_gen_addr(struct ifnet *ifp, struct ether_addr *hwaddr);
459 typedef void (*ether_ifattach_event_handler_t)(void *, struct ifnet *);