Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-dhcp6.c784 const struct dhcp6_relay *dh6relay; in dhcp6_print() local
796 dh6relay = (const struct dhcp6_relay *)cp; in dhcp6_print()
816 ND_TCHECK(dh6relay->dh6relay_peeraddr); in dhcp6_print()
818 memcpy(&addr6, dh6relay->dh6relay_linkaddr, sizeof (addr6)); in dhcp6_print()
821 memcpy(&addr6, dh6relay->dh6relay_peeraddr, sizeof (addr6)); in dhcp6_print()
824 dhcp6opt_print(ndo, (const u_char *)(dh6relay + 1), ep); in dhcp6_print()