Lines Matching +full:0 +full:x0202
38 PPPOE_PADI = 0x09,
39 PPPOE_PADO = 0x07,
40 PPPOE_PADR = 0x19,
41 PPPOE_PADS = 0x65,
42 PPPOE_PADT = 0xa7
51 { 0, "" }, /* PPP Data */
52 { 0, NULL }
57 PPPOE_EOL = 0,
58 PPPOE_SERVICE_NAME = 0x0101,
59 PPPOE_AC_NAME = 0x0102,
60 PPPOE_HOST_UNIQ = 0x0103,
61 PPPOE_AC_COOKIE = 0x0104,
62 PPPOE_VENDOR = 0x0105,
63 PPPOE_RELAY_SID = 0x0110,
64 PPPOE_MAX_PAYLOAD = 0x0120,
65 PPPOE_SERVICE_NAME_ERROR = 0x0201,
66 PPPOE_AC_SYSTEM_ERROR = 0x0202,
67 PPPOE_GENERIC_ERROR = 0x0203
82 { 0, NULL }
110 pppoe_ver = (GET_U_1(pppoe_packet) & 0xF0) >> 4; in pppoe_print()
111 pppoe_type = (GET_U_1(pppoe_packet) & 0x0F); in pppoe_print()
133 ND_PRINT(" [ses 0x%x]", pppoe_sessionid); in pppoe_print()
138 u_short tag_type = 0xffff, tag_len; in pppoe_print()
144 * tag_type is previous tag or 0xffff for first iteration in pppoe_print()
153 unsigned ascii_count = 0, garbage_count = 0; in pppoe_print()
156 unsigned tag_str_len = 0; in pppoe_print()
168 tag_str[tag_str_len] = 0; in pppoe_print()
172 tok2str(pppoetag2str, "TAG-0x%x", tag_type), in pppoe_print()
178 ND_PRINT(" [%s 0x", tok2str(pppoetag2str, "TAG-0x%x", tag_type)); in pppoe_print()
188 "TAG-0x%x", tag_type)); in pppoe_print()
203 return 0; in pppoe_print()