Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-mpcp.c32 #define MPCP_OPCODE_PAUSE 0x0001 macro
40 { MPCP_OPCODE_PAUSE, "Pause" },
140 if (opcode != MPCP_OPCODE_PAUSE) { in mpcp_print()
151 case MPCP_OPCODE_PAUSE: in mpcp_print()