Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-mpcp.c32 struct mpcp_common_header_t { struct
127 const struct mpcp_common_header_t *common_header; in mpcp_print()
141 mpcp.common_header = (const struct mpcp_common_header_t *)pptr; in mpcp_print()
143 ND_TCHECK2(*tptr, sizeof(const struct mpcp_common_header_t)); in mpcp_print()
154 tptr += sizeof(const struct mpcp_common_header_t); in mpcp_print()