Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-dhcp6.c286 uint16_t opttype; in dhcp6opt_print() local
305 opttype = EXTRACT_16BITS(&dh6o->dh6opt_type); in dhcp6opt_print()
306 ND_PRINT((ndo, " (%s", tok2str(dh6opt_str, "opt_%u", opttype))); in dhcp6opt_print()
308 switch (opttype) { in dhcp6opt_print()