Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-dhcp6.c284 const struct dhcp6opt *dh6o; in dhcp6opt_print() local
305 if (ep < cp + sizeof(*dh6o)) in dhcp6opt_print()
307 dh6o = (const struct dhcp6opt *)cp; in dhcp6opt_print()
308 ND_TCHECK_SIZE(dh6o); in dhcp6opt_print()
309 optlen = GET_BE_U_2(dh6o->dh6opt_len); in dhcp6opt_print()
310 if (ep < cp + sizeof(*dh6o) + optlen) in dhcp6opt_print()
312 opttype = GET_BE_U_2(dh6o->dh6opt_type); in dhcp6opt_print()
314 ND_TCHECK_LEN(cp + sizeof(*dh6o), optlen); in dhcp6opt_print()
323 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
391 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
[all …]