Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-olsr.c163 struct olsr_lq_neighbor6 { struct
210 struct olsr_lq_neighbor6 *lq_neighbor; in olsr_print_lq_neighbor6()
212 while (hello_len >= sizeof(struct olsr_lq_neighbor6)) { in olsr_print_lq_neighbor6()
214 lq_neighbor = (struct olsr_lq_neighbor6 *)msg_data; in olsr_print_lq_neighbor6()
224 msg_data += sizeof(struct olsr_lq_neighbor6); in olsr_print_lq_neighbor6()
225 hello_len -= sizeof(struct olsr_lq_neighbor6); in olsr_print_lq_neighbor6()