Lines Matching +defs:token +defs:code
7 * This code is derived from software contributed to The NetBSD Foundation
13 * 1. Redistributions of source code must retain the above copyright
85 uint8_t code;
278 * module initialization code in pppoeinit() below).
530 /* Check host unique token passed and return appropriate softc pointer,
531 * or NULL if token is bogus. */
533 pppoe_find_softc_by_hunique(uint8_t *token, size_t len,
551 memcpy(&t, token, len);
810 switch (ph->code) {
1083 pppoe_printf(sc, "unknown code (0x%04x) session = 0x%04x\n",
1084 ph->code, session);
1170 if (ph->code != 0) {