Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-dhcp6.c279 const struct dhcp6opt *dh6o; in dhcp6opt_print() local
294 if (ep < cp + sizeof(*dh6o)) in dhcp6opt_print()
296 dh6o = (struct dhcp6opt *)cp; in dhcp6opt_print()
297 ND_TCHECK(*dh6o); in dhcp6opt_print()
298 optlen = EXTRACT_16BITS(&dh6o->dh6opt_len); in dhcp6opt_print()
299 if (ep < cp + sizeof(*dh6o) + optlen) in dhcp6opt_print()
301 opttype = EXTRACT_16BITS(&dh6o->dh6opt_type); in dhcp6opt_print()
311 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
363 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
380 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
[all …]