Searched refs:dh6opt_str (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/ |
D | print-dhcp6.c | 199 static const struct tok dh6opt_str[] = { variable 306 ND_PRINT((ndo, " (%s", tok2str(dh6opt_str, "opt_%u", opttype))); in dhcp6opt_print() 388 tok2str(dh6opt_str, "opt_%u", EXTRACT_16BITS(&tp[i])))); in dhcp6opt_print()
|
D | print-hncp.c | 132 static const struct tok dh6opt_str[] = { variable 336 ND_PRINT((ndo, "%s", tok2str(dh6opt_str, "Unknown", type))); in dhcpv6_print()
|