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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-dhcp6.c331 struct dhcp6opt *dh6o; local
342 if (ep < cp + sizeof(*dh6o))
344 dh6o = (struct dhcp6opt *)cp;
345 TCHECK(*dh6o);
346 optlen = EXTRACT_16BITS(&dh6o->dh6opt_len);
347 if (ep < cp + sizeof(*dh6o) + optlen)
349 opttype = EXTRACT_16BITS(&dh6o->dh6opt_type);
359 tp = (u_char *)(dh6o + 1);
411 tp = (u_char *)(dh6o + 1);
428 tp = (u_char *)(dh6o
[all...]

Completed in 106 milliseconds