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

/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-dhcp6.c763 struct dhcp6 *dh6; local
775 dh6 = (struct dhcp6 *)cp;
777 TCHECK(dh6->dh6_xid);
778 switch (dh6->dh6_msgtype) {
832 else if (dh6->dh6_msgtype != DH6_RELAY_FORW &&
833 dh6->dh6_msgtype != DH6_RELAY_REPLY) {
834 printf(" msgtype-%u", dh6->dh6_msgtype);
844 printf(" msgtype-%u (", dh6->dh6_msgtype); /*)*/
845 if (dh6->dh6_msgtype != DH6_RELAY_FORW &&
846 dh6
[all...]

Completed in 99 milliseconds