Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-dhcp6.c341 u_int16_t opttype; in dhcp6opt_print() local
360 opttype = EXTRACT_16BITS(&dh6o->dh6opt_type); in dhcp6opt_print()
361 printf(" (%s", dhcp6opt_name(opttype)); in dhcp6opt_print()
362 switch (opttype) { in dhcp6opt_print()