HomeSort by relevance Sort by last modified time
    Searched full:dh6_msgtype (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-dhcp6.c 96 #define dh6_msgtype dh6_msgtypexid.m macro
834 switch (dh6->dh6_msgtype) {
888 else if (dh6->dh6_msgtype != DH6_RELAY_FORW &&
889 dh6->dh6_msgtype != DH6_RELAY_REPLY) {
890 printf(" msgtype-%u", dh6->dh6_msgtype);
900 printf(" msgtype-%u (", dh6->dh6_msgtype); /*)*/
901 if (dh6->dh6_msgtype != DH6_RELAY_FORW &&
902 dh6->dh6_msgtype != DH6_RELAY_REPLY) {

Completed in 467 milliseconds