HomeSort by: relevance | last modified time | path
    Searched refs:ethercom (Results 1 - 25 of 255) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/sys/dev/mii/
mii_ethersubr.c 85 struct ethercom *ec = (struct ethercom *)ifp;
102 struct ethercom *ec = (struct ethercom *)ifp;
  /src/sys/arch/playstation2/dev/
emac3var.h 54 void emac3_setmulti(struct emac3_softc *, struct ethercom *);
  /src/sys/dev/pcmcia/
if_xivar.h 25 struct ethercom sc_ethercom; /* Ethernet common part */
  /src/sys/net/
if_ether.h 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 { struct
257 void ether_set_ifflags_cb(struct ethercom *, ether_cb_t);
258 void ether_set_vlan_cb(struct ethercom *, ether_vlancb_t);
260 int ether_addmulti(const struct sockaddr *, struct ethercom *);
261 int ether_delmulti(const struct sockaddr *, struct ethercom *);
270 * rooted in the interface's ethercom structure.
289 * multicast addresses connected to a given ethercom structure
    [all...]
  /src/sys/arch/arm/at91/
at91emacvar.h 53 struct ethercom sc_ec;
  /src/sys/arch/arm/ep93xx/
epevar.h 47 struct ethercom sc_ec;
  /src/sys/dev/ic/
lan9118var.h 56 struct ethercom sc_ec; /* ethernet common glue */
lancevar.h 37 struct ethercom sc_ethercom; /* Ethernet common part */
125 void lance_setladrf(struct ethercom *, uint16_t *);
hmevar.h 56 struct ethercom sc_ethercom; /* Ethernet common part */
mb86950var.h 44 struct ethercom sc_ec; /* ethernet common */
seeq8005var.h 63 struct ethercom sc_ethercom; /* Ethernet common */
sgecvar.h 49 struct ethercom sc_ec; /* Ethernet common part */
smc91cxxvar.h 37 struct ethercom sc_ec; /* ethernet common glue */
bcmgenetvar.h 65 struct ethercom sc_ec;
mtd803var.h 64 struct ethercom ethercom; member in struct:mtd_softc
dp8390var.h 35 struct ethercom sc_ec; /* ethernet common */
169 void dp8390_getmcaf(struct ethercom *, u_int8_t *);
elink3var.h 42 struct ethercom sc_ethercom; /* Ethernet common part */
mb86960var.h 125 struct ethercom sc_ec; /* ethernet common */
  /src/sys/net/agr/
if_agrsoftc.c 51 struct ethercom u_ec;
if_agrether.c 91 struct ethercom *ec = (void *)ifp;
142 struct ethercom *ec = (void *)&sc->sc_if;
143 struct ethercom *ec_port = (void *)port->port_ifp;
204 struct ethercom *ec_port = (void *)port->port_ifp;
  /src/sys/arch/mac68k/dev/
if_mcvar.h 66 struct ethercom sc_ethercom; /* Ethernet common part */
  /src/sys/arch/macppc/dev/
if_mcvar.h 66 struct ethercom sc_ethercom; /* Ethernet common part */
  /src/sys/arch/mips/cavium/dev/
octeon_gmxvar.h 64 struct ethercom *sc_port_ec;
  /src/sys/arch/sun3/dev/
if_ievar.h 59 struct ethercom sc_ethercom;/* system ethercom structure */
  /src/sys/dev/pci/
if_nfevar.h 72 struct ethercom sc_ethercom;

Completed in 41 milliseconds

1 2 3 4 5 6 7 8 91011