• Home
  • Raw
  • Download

Lines Matching refs:u_char

336 dhcp6opt_print(const u_char *cp, const u_char *ep)  in dhcp6opt_print()
339 const u_char *tp; in dhcp6opt_print()
370 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
422 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
439 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
451 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
459 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
464 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
473 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
568 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
575 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
603 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
610 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
623 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
632 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
648 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
661 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
678 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
686 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
700 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
720 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
732 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
746 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
782 tp = (u_char *)(dh6o + 1); in dhcp6opt_print()
817 dhcp6_print(const u_char *cp, u_int length) in dhcp6_print()
821 const u_char *ep; in dhcp6_print()
822 u_char *extp; in dhcp6_print()
827 ep = (u_char *)snapend; in dhcp6_print()
904 extp = (u_char *)(dh6 + 1); in dhcp6_print()
917 dhcp6opt_print((u_char *)(dh6relay + 1), ep); in dhcp6_print()