Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-olsr.c67 struct olsr_common { struct
254 const struct olsr_common *common; in olsr_print()
271 if (length < sizeof(struct olsr_common)) { in olsr_print()
275 if (!TTEST2(*tptr, sizeof(struct olsr_common))) { in olsr_print()
279 ptr.common = (struct olsr_common *)tptr; in olsr_print()
287 tptr += sizeof(struct olsr_common); in olsr_print()