sc_concentrator_name 144 net/if_pppoe.c char *sc_concentrator_name; /* if != NULL: requested concentrator id */ sc_concentrator_name 288 net/if_pppoe.c if (sc->sc_concentrator_name) sc_concentrator_name 289 net/if_pppoe.c free(sc->sc_concentrator_name, M_DEVBUF); sc_concentrator_name 873 net/if_pppoe.c if (sc->sc_concentrator_name) sc_concentrator_name 874 net/if_pppoe.c free(sc->sc_concentrator_name, M_DEVBUF); sc_concentrator_name 875 net/if_pppoe.c sc->sc_concentrator_name = NULL; sc_concentrator_name 883 net/if_pppoe.c sc->sc_concentrator_name = p; sc_concentrator_name 911 net/if_pppoe.c if (sc->sc_concentrator_name) sc_concentrator_name 912 net/if_pppoe.c strlcpy(parms->ac_name, sc->sc_concentrator_name, sc_concentrator_name 1019 net/if_pppoe.c if (sc->sc_concentrator_name != NULL) { sc_concentrator_name 1020 net/if_pppoe.c l2 = strlen(sc->sc_concentrator_name); sc_concentrator_name 1040 net/if_pppoe.c if (sc->sc_concentrator_name != NULL) { sc_concentrator_name 1043 net/if_pppoe.c memcpy(p, sc->sc_concentrator_name, l2);