Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-dhcp6.c283 const struct dhcp6opt *dh6o; in dhcp6opt_print() local
298 if (ep < cp + sizeof(*dh6o)) in dhcp6opt_print()
300 dh6o = (const struct dhcp6opt *)cp; in dhcp6opt_print()
301 ND_TCHECK(*dh6o); in dhcp6opt_print()
302 optlen = EXTRACT_16BITS(&dh6o->dh6opt_len); in dhcp6opt_print()
303 if (ep < cp + sizeof(*dh6o) + optlen) in dhcp6opt_print()
305 opttype = EXTRACT_16BITS(&dh6o->dh6opt_type); in dhcp6opt_print()
307 ND_TCHECK2(*(cp + sizeof(*dh6o)), optlen); in dhcp6opt_print()
316 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
368 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
[all …]