Lines Matching +full:0 +full:x0c08
34 * 0 1 2 3
35 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
56 #define VQP_OBJ_REQ_JOIN_PORT 0x01
57 #define VQP_OBJ_RESP_VLAN 0x02
58 #define VQP_OBJ_REQ_RECONFIRM 0x03
59 #define VQP_OBJ_RESP_RECONFIRM 0x04
66 { 0, NULL}
70 { 0x00, "No error"},
71 { 0x03, "Access denied"},
72 { 0x04, "Shutdown port"},
73 { 0x05, "Wrong VTP domain"},
74 { 0, NULL}
77 /* FIXME the heading 0x0c looks ugly - those must be flags etc. */
78 #define VQP_OBJ_IP_ADDRESS 0x0c01
79 #define VQP_OBJ_PORT_NAME 0x0c02
80 #define VQP_OBJ_VLAN_NAME 0x0c03
81 #define VQP_OBJ_VTP_DOMAIN 0x0c04
82 #define VQP_OBJ_ETHERNET_PKT 0x0c05
83 #define VQP_OBJ_MAC_NULL 0x0c06
84 #define VQP_OBJ_MAC_ADDRESS 0x0c08
94 { 0, NULL}
141 ND_PRINT("\n\tVQPv%u, %s Message, error-code %s (%u), seq 0x%08x, items %u, length %u", in vqp_print()
154 while (nitems != 0 && tlen != 0) { in vqp_print()
165 ND_PRINT("\n\t %s Object (0x%08x), length %u, value: ", in vqp_print()
170 if (vqp_obj_type == 0 || vqp_obj_len ==0) { in vqp_print()
183 ND_PRINT("%s (0x%08x)", GET_IPADDR_STRING(tptr), in vqp_print()