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

/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-olsr.c130 struct olsr_hna4 { struct
260 const struct olsr_hna4 *hna;
498 while (msg_tlen >= sizeof(struct olsr_hna4)) {
499 if (!TTEST2(*msg_data, sizeof(struct olsr_hna4)))
502 ptr.hna = (struct olsr_hna4 *)msg_data;
514 msg_data += sizeof(struct olsr_hna4);
515 msg_tlen -= sizeof(struct olsr_hna4);

Completed in 166 milliseconds