Home | History | Annotate | Download | only in libsa

Lines Matching defs:netif

1 /*	$NetBSD: netif.h,v 1.8 2024/02/27 16:09:19 christos Exp $	*/
34 struct netif; /* forward */
38 int (*netif_match)(struct netif *, void *);
39 int (*netif_probe)(struct netif *, void *);
43 void (*netif_end)(struct netif *);
53 /* the following fields are used internally by the netif layer */
67 struct netif {
80 struct netif *netif_select(void *);
81 int netif_probe(struct netif *, void *);
82 void netif_attach(struct netif *, struct iodesc *, void *);
83 void netif_detach(struct netif *);