Searched refs:olsr_hello (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-olsr.c101 struct olsr_hello { struct
210 const struct olsr_hello *hello;
278 if (!TTEST2(*msg_data, sizeof(struct olsr_hello)))
281 ptr.hello = (struct olsr_hello *)msg_data;
284 msg_data += sizeof(struct olsr_hello);
285 msg_tlen -= sizeof(struct olsr_hello);

Completed in 18 milliseconds