HomeSort by relevance Sort by last modified time
    Searched refs:mpcp (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-mpcp.c 18 /* \summary: IEEE 802.3ah Multi-Point Control Protocol (MPCP) printer */
132 } mpcp; local
141 mpcp.common_header = (const struct mpcp_common_header_t *)pptr;
144 opcode = EXTRACT_16BITS(mpcp.common_header->opcode);
145 ND_PRINT((ndo, "MPCP, Opcode %s", tok2str(mpcp_opcode_values, "Unknown (%u)", opcode)));
147 ND_PRINT((ndo, ", Timestamp %u ticks", EXTRACT_32BITS(mpcp.common_header->timestamp)));
172 mpcp.grant = (const struct mpcp_grant_t *)tptr;
175 EXTRACT_32BITS(mpcp.grant->starttime),
176 EXTRACT_16BITS(mpcp.grant->duration)));
216 mpcp.reg_req = (const struct mpcp_reg_req_t *)tptr
    [all...]
Android.mk 104 print-mpcp.c \
  /external/tcpdump/win32/prj/
GNUmakefile 100 ../../print-mpcp.o \

Completed in 783 milliseconds