Lines Matching refs:dh6o
284 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()
408 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
420 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
428 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
436 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
457 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
555 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
566 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
595 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
602 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
603 while (tp < cp + sizeof(*dh6o) + optlen) { in dhcp6opt_print()
605 if ((tp = fqdn_print(ndo, tp, cp + sizeof(*dh6o) + optlen)) == NULL) in dhcp6opt_print()
615 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
624 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
640 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
653 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
671 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
679 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
693 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
714 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
726 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
740 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
741 while (tp < cp + sizeof(*dh6o) + optlen - 4) { in dhcp6opt_print()
746 if (tp + subopt_len > cp + sizeof(*dh6o) + optlen) in dhcp6opt_print()
776 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
802 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
809 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
818 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
846 cp += sizeof(*dh6o) + optlen; in dhcp6opt_print()