Searched refs:bifp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/netgraph/
H A Dng_fec.c352 struct ifnet *ifp, *bifp; local
369 bifp = ifunit(iface);
370 if (bifp == NULL) {
385 if (p->fec_if == bifp) {
398 if (b->fec_if_output != bifp->if_output) {
411 IF_AFDATA_LOCK(bifp);
412 IFP2NG(bifp) = priv->node;
413 IF_AFDATA_UNLOCK(bifp);
421 if_setlladdr(ifp, IF_LLADDR(bifp), ETHER_ADDR_LEN);
431 bcopy(IF_LLADDR(bifp),
463 struct ifnet *ifp, *bifp; local
615 struct ifnet *ifp, *bifp; local
652 struct ifnet *bifp; local
778 struct ifnet *bifp; local
865 struct ifnet *bifp; local
[all...]
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_cmbat.c88 static int acpi_cmbat_bif(device_t dev, struct acpi_bif *bifp);
379 acpi_cmbat_bif(device_t dev, struct acpi_bif *bifp) argument
392 bifp->units = sc->bif.units;
393 bifp->dcap = sc->bif.dcap;
394 bifp->lfcap = sc->bif.lfcap;
395 bifp->btech = sc->bif.btech;
396 bifp->dvol = sc->bif.dvol;
397 bifp->wcap = sc->bif.wcap;
398 bifp->lcap = sc->bif.lcap;
399 bifp
[all...]
/freebsd-10.0-release/sys/net/
H A Dif_bridge.c583 struct ifnet *bifp, *ifp; local
643 bifp = sc2->sc_ifp;
645 IF_LLADDR(bifp), ETHER_ADDR_LEN) == 0) {
2233 struct ifnet *bifp; local
2242 bifp = sc->sc_ifp;
2251 if ((bifp->if_flags & IFF_MONITOR) != 0) {
2252 m->m_pkthdr.rcvif = bifp;
2253 ETHER_BPF_MTAP(bifp, m);
2254 bifp->if_ipackets++;
2255 bifp
3025 bridge_pfil(struct mbuf **mp, struct ifnet *bifp, struct ifnet *ifp, int dir) argument
[all...]

Completed in 232 milliseconds