Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-dhcp6.c253 static const struct tok dh6opt_stcode_str[] = { variable
277 return code > 255 ? "INVALID code" : tok2str(dh6opt_stcode_str, "code%u", code); in dhcp6stcode()