HomeSort by: relevance | last modified time | path
    Searched defs:netif (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sun68k/stand/libsa/
netif.h 1 /* $NetBSD: netif.h,v 1.4 2009/01/12 11:32:45 tsutsui Exp $ */
6 struct netif { struct
  /src/sys/arch/ia64/stand/efi/libefi/
efiboot.h 54 } netif; member in union:efi_devdesc::__anond679b1af010a
  /src/dist/pf/usr.sbin/ftp-proxy/
ipf.c 83 const char *netif; variable in typeref:typename:const char *
260 (void) strlcpy(ipn->in_names, netif, IF_NAMESIZE);
263 (void) strlcpy(ipn->in_names + ipn->in_namelen, netif, IF_NAMESIZE);
npf.c 161 char *netif = npfopts, *saddr, *port; local in function:npf_init_filter
165 if ((saddr = strchr(netif, ':')) == NULL) {
174 fp_ifname = netif;
  /src/sys/arch/ia64/stand/ia64/ski/
libski.h 46 } netif; member in union:ski_devdesc::__anonfaea0121010a
  /src/sys/lib/libsa/
netif.h 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 { struct
80 struct netif *netif_select(void *);
81 int netif_probe(struct netif *, void *);
82 void netif_attach(struct netif *, struct iodesc *, void *)
    [all...]

Completed in 16 milliseconds