Lines Matching defs:unique
83 #define PPPOE_TAG_HUNIQUE 0x0103 /* host unique */
142 u_int32_t sc_unique; /* [I] our unique id */
235 u_int32_t unique;
275 unique = arc4random();
277 if (tmpsc->sc_unique == unique)
279 sc->sc_unique = unique;
367 * Check host unique token passed and return appropriate softc pointer,
388 printf("pppoe: alien host unique tag, no session found\n");
394 printf("%s: host unique tag found, but it belongs to a connection in state %d\n",
399 printf("%s: wrong interface, not accepting host unique\n",
1182 len = 2 + 2 + 2 + 2 + sizeof(sc->sc_unique); /* service name tag is required, host unique is sent too */
1415 len = 2 + 2 + 2 + 2 + sizeof(sc->sc_unique); /* service name, host unique */