Home | History | Annotate | Download | only in net

Lines Matching refs: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;
126 #define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \
128 *(PTR)++ = (CODE); \
278 * module initialization code in pppoeinit() below).
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) {