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

/external/tcpdump/
H A Dprint-mpcp.c22 "@(#) $Header: /tcpdump/master/tcpdump/print-mpcp.c,v 1.2 2006-02-10 17:24:55 hannes Exp $";
143 } mpcp; local
152 mpcp.common_header = (const struct mpcp_common_header_t *)pptr;
156 opcode = EXTRACT_16BITS(mpcp.common_header->opcode);
159 printf(", Timestamp %u ticks", EXTRACT_32BITS(mpcp.common_header->timestamp));
186 mpcp.grant = (const struct mpcp_grant_t *)tptr;
189 EXTRACT_32BITS(mpcp.grant->starttime),
190 EXTRACT_16BITS(mpcp.grant->duration));
235 mpcp.reg_req = (const struct mpcp_reg_req_t *)tptr;
237 bittok2str(mpcp_reg_req_flag_values, "Reserved", mpcp
[all...]

Completed in 67 milliseconds