Lines Matching refs:ifnet
34 static int vether_ioctl(struct ifnet *, u_long, void *);
35 static int vether_mediachange(struct ifnet *);
36 static void vether_mediastatus(struct ifnet *, struct ifmediareq *);
37 static void vether_start(struct ifnet *);
39 static int vether_clone_destroy(struct ifnet *);
41 static void vether_stop(struct ifnet *, int);
42 static int vether_init(struct ifnet *);
62 struct ifnet *ifp;
110 vether_clone_destroy(struct ifnet *ifp)
121 vether_init(struct ifnet *ifp)
130 vether_mediachange(struct ifnet *ifp)
145 vether_mediastatus(struct ifnet *ifp, struct ifmediareq *imr)
161 vether_start(struct ifnet *ifp)
176 vether_stop(struct ifnet *ifp, __unused int disable)
183 vether_ioctl(struct ifnet *ifp, unsigned long cmd, void *data)