Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-mpcp.c33 struct mpcp_common_header_t { struct
128 const struct mpcp_common_header_t *common_header; in mpcp_print()
142 mpcp.common_header = (const struct mpcp_common_header_t *)pptr; in mpcp_print()
144 ND_TCHECK2(*tptr, sizeof(const struct mpcp_common_header_t)); in mpcp_print()
155 tptr += sizeof(const struct mpcp_common_header_t); in mpcp_print()