Home
last modified time | relevance | path

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

/netbsd/external/bsd/tcpdump/dist/
H A Dprint-mpcp.c137 } mpcp; in mpcp_print() local
149 opcode = EXTRACT_16BITS(mpcp.common_header->opcode); in mpcp_print()
177 mpcp.grant = (const struct mpcp_grant_t *)tptr; in mpcp_print()
180 EXTRACT_32BITS(mpcp.grant->starttime), in mpcp_print()
181 EXTRACT_16BITS(mpcp.grant->duration))); in mpcp_print()
221 mpcp.reg_req = (const struct mpcp_reg_req_t *)tptr; in mpcp_print()
224 mpcp.reg_req->pending_grants)); in mpcp_print()
229 mpcp.reg = (const struct mpcp_reg_t *)tptr; in mpcp_print()
232 EXTRACT_16BITS(mpcp.reg->assigned_port), in mpcp_print()
234 EXTRACT_16BITS(mpcp.reg->sync_time), in mpcp_print()
[all …]
H A DMakefile.in170 print-mpcp.c \
/netbsd/external/bsd/tcpdump/dist/win32/prj/
H A DGNUmakefile100 ../../print-mpcp.o \
H A DWinDump.dsp468 SOURCE="..\..\print-mpcp.c"
/netbsd/external/bsd/tcpdump/bin/
H A DMakefile99 print-mpcp.c \