Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-dhcp6.c338 const struct dhcp6opt *dh6o; in dhcp6opt_print() local
353 if (ep < cp + sizeof(*dh6o)) in dhcp6opt_print()
355 dh6o = (struct dhcp6opt *)cp; in dhcp6opt_print()
356 TCHECK(*dh6o); in dhcp6opt_print()
357 optlen = EXTRACT_16BITS(&dh6o->dh6opt_len); in dhcp6opt_print()
358 if (ep < cp + sizeof(*dh6o) + optlen) in dhcp6opt_print()
360 opttype = EXTRACT_16BITS(&dh6o->dh6opt_type); in dhcp6opt_print()
370 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
422 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
439 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
[all …]