Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-lmp.c46 struct lmp_common_header { struct
428 const struct lmp_common_header *lmp_com_header; in lmp_print()
442 lmp_com_header = (const struct lmp_common_header *)pptr; in lmp_print()
472 if (tlen < sizeof(const struct lmp_common_header)) { in lmp_print()
481 tptr+=sizeof(const struct lmp_common_header); in lmp_print()
482 tlen-=sizeof(const struct lmp_common_header); in lmp_print()