Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-dhcp6.c92 #define dh6_msgtype dh6_msgtypexid.m macro
688 switch (dh6->dh6_msgtype) { in dhcp6_print()
736 else if (dh6->dh6_msgtype != DH6_RELAY_FORW && in dhcp6_print()
737 dh6->dh6_msgtype != DH6_RELAY_REPLY) { in dhcp6_print()
738 printf(" msgtype-%u", dh6->dh6_msgtype); in dhcp6_print()
748 printf(" msgtype-%u (", dh6->dh6_msgtype); /*)*/ in dhcp6_print()
749 if (dh6->dh6_msgtype != DH6_RELAY_FORW && in dhcp6_print()
750 dh6->dh6_msgtype != DH6_RELAY_REPLY) { in dhcp6_print()