Searched defs:mpc (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-mptcp.c59 struct mp_capable *mpc = (struct mp_capable *) opt; local
65 if (MP_CAPABLE_OPT_VERSION(mpc->sub_ver) != 0) {
66 printf(" Unknown Version (%d)", MP_CAPABLE_OPT_VERSION(mpc->sub_ver));
70 if (mpc->flags & MP_CAPABLE_C)
72 printf(" {0x%" PRIx64, EXTRACT_64BITS(mpc->sender_key));
74 printf(",0x%" PRIx64, EXTRACT_64BITS(mpc->receiver_key));

Completed in 66 milliseconds