Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-olsr.c163 struct olsr_lq_neighbor *lq_neighbor; in olsr_print_lq_neighbor() local
167 lq_neighbor = (struct olsr_lq_neighbor *)msg_data; in olsr_print_lq_neighbor()
171 ipaddr_string(lq_neighbor->neighbor), in olsr_print_lq_neighbor()
172 ((double)lq_neighbor->link_quality/2.55), in olsr_print_lq_neighbor()
173 ((double)lq_neighbor->neighbor_link_quality/2.55)); in olsr_print_lq_neighbor()
212 const struct olsr_lq_neighbor *lq_neighbor; in olsr_print() member