Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-olsr.c142 struct olsr_lq_neighbor { struct
163 struct olsr_lq_neighbor *lq_neighbor; in olsr_print_lq_neighbor() argument
165 while (hello_len >= sizeof(struct olsr_lq_neighbor)) { in olsr_print_lq_neighbor()
167 lq_neighbor = (struct olsr_lq_neighbor *)msg_data; in olsr_print_lq_neighbor()
175 msg_data += sizeof(struct olsr_lq_neighbor); in olsr_print_lq_neighbor()
176 hello_len -= sizeof(struct olsr_lq_neighbor); in olsr_print_lq_neighbor()
212 const struct olsr_lq_neighbor *lq_neighbor; in olsr_print()