Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ppi.c21 } ppi_header_t; typedef
30 const ppi_header_t *hdr; in ppi_header_print()
35 hdr = (const ppi_header_t *)bp; in ppi_header_print()
57 const ppi_header_t *hdr; in ppi_print()
65 if (caplen < sizeof(ppi_header_t)) { in ppi_print()
70 hdr = (const ppi_header_t *)p; in ppi_print()
80 if (len < sizeof(ppi_header_t)) { in ppi_print()