sc_eth_if 137 net/if_pppoe.c struct ifnet *sc_eth_if; /* ethernet interface we are using */ sc_eth_if 317 net/if_pppoe.c if (sc->sc_eth_if == rcvif) sc_eth_if 358 net/if_pppoe.c if (sc->sc_eth_if != rcvif) { sc_eth_if 823 net/if_pppoe.c if (sc->sc_eth_if == NULL) { sc_eth_if 828 net/if_pppoe.c if ((sc->sc_eth_if->if_flags & (IFF_UP|IFF_RUNNING)) sc_eth_if 848 net/if_pppoe.c return (sc->sc_eth_if->if_output(sc->sc_eth_if, m, &dst, NULL)); sc_eth_if 868 net/if_pppoe.c sc->sc_eth_if = ifunit(parms->eth_ifname); sc_eth_if 869 net/if_pppoe.c if (sc->sc_eth_if == NULL) sc_eth_if 905 net/if_pppoe.c if (sc->sc_eth_if) sc_eth_if 906 net/if_pppoe.c strlcpy(parms->eth_ifname, sc->sc_eth_if->if_xname, sc_eth_if 1184 net/if_pppoe.c err = pppoe_send_padt(sc->sc_eth_if, sc->sc_session, (const u_int8_t *)&sc->sc_dest);