• Home
  • Raw
  • Download

Lines Matching refs:dh6o

283 	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()
385 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
397 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
405 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
410 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
419 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
514 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
525 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
553 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
560 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
561 while (tp < cp + sizeof(*dh6o) + optlen) { in dhcp6opt_print()
563 if ((tp = ns_nprint(ndo, tp, cp + sizeof(*dh6o) + optlen)) == NULL) in dhcp6opt_print()
573 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
582 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
598 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
611 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
628 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
636 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
650 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
670 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
682 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
696 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
697 while (tp < cp + sizeof(*dh6o) + optlen - 4) { in dhcp6opt_print()
702 if (tp + subopt_len > cp + sizeof(*dh6o) + optlen) in dhcp6opt_print()
732 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
757 tp = (const u_char *)(dh6o + 1); in dhcp6opt_print()
768 cp += sizeof(*dh6o) + optlen; in dhcp6opt_print()