Searched refs:olsr_lq_neighbor (Results 1 – 1 of 1) sorted by relevance
142 struct olsr_lq_neighbor { struct163 struct olsr_lq_neighbor *lq_neighbor; in olsr_print_lq_neighbor() argument165 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()