Home
last modified time | relevance | path

Searched refs:dh6opt_str (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-dhcp6.c199 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()
Dprint-hncp.c132 static const struct tok dh6opt_str[] = { variable
336 ND_PRINT((ndo, "%s", tok2str(dh6opt_str, "Unknown", type))); in dhcpv6_print()