Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-olsr.c184 struct olsr_lq_neighbor6 { struct
261 const struct olsr_lq_neighbor6 *lq_neighbor; in olsr_print_lq_neighbor6()
263 while (hello_len >= sizeof(struct olsr_lq_neighbor6)) { in olsr_print_lq_neighbor6()
265 lq_neighbor = (const struct olsr_lq_neighbor6 *)msg_data; in olsr_print_lq_neighbor6()
275 msg_data += sizeof(struct olsr_lq_neighbor6); in olsr_print_lq_neighbor6()
276 hello_len -= sizeof(struct olsr_lq_neighbor6); in olsr_print_lq_neighbor6()