Lines Matching refs:GET_U_1
82 val = GET_U_1(cp); in cdp_print_power()
113 u_char c = GET_U_1(cp + i); in cdp_print_version()
133 ND_PRINT("%s", GET_U_1(cp) ? "full": "half"); in cdp_print_duplex()
155 ND_PRINT("app %u, vlan %u", GET_U_1(cp), GET_BE_U_2(cp + 1)); in cdp_print_ata186()
169 ND_PRINT("0x%02x", GET_U_1(cp)); in cdp_print_uint8x()
176 ND_PRINT("0x%02x", GET_U_1(cp)); in cdp_print_phys_loc()
245 GET_U_1(tptr + CDP_HEADER_VERSION_OFFSET), in cdp_print()
246 GET_U_1(tptr + CDP_HEADER_TTL_OFFSET)); in cdp_print()
361 pt = GET_U_1(p); /* type of "protocol" field */ in cdp_print_addr()
362 pl = GET_U_1(p + 1); /* length of "protocol" field */ in cdp_print_addr()
373 if (pt == PT_NLPID && pl == 1 && GET_U_1(p) == NLPID_IP && in cdp_print_addr()
414 ND_PRINT(" %02x", GET_U_1(p)); in cdp_print_addr()
428 ND_PRINT(" %02x", GET_U_1(p)); in cdp_print_addr()
459 GET_U_1(p), GET_U_1(p + 1), GET_U_1(p + 2), in cdp_print_prefixes()
460 GET_U_1(p + 3), GET_U_1(p + 4)); in cdp_print_prefixes()