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

  /src/sys/net/
if_pppoe.c 179 uint64_t sc_id; /* id of this softc, our hunique */
646 uint8_t *hunique; local
680 hunique = NULL;
736 if (hunique == NULL) {
741 err_msg = "TAG HUNIQUE ERROR";
745 hunique = mtod(n, uint8_t *) + noff;
851 if (hunique) {
861 memcpy(sc->sc_hunique, hunique, hunique_len);
902 if (hunique) {
912 memcpy(sc->sc_hunique, hunique, hunique_len)
    [all...]

Completed in 42 milliseconds