Searched refs:olsr_hello (Results 1 – 1 of 1) sorted by relevance
111 struct olsr_hello { struct317 const struct olsr_hello *hello; in olsr_print()428 if (msg_tlen < sizeof(struct olsr_hello)) in olsr_print()430 ND_TCHECK2(*msg_data, sizeof(struct olsr_hello)); in olsr_print()432 ptr.hello = (const struct olsr_hello *)msg_data; in olsr_print()435 msg_data += sizeof(struct olsr_hello); in olsr_print()436 msg_tlen -= sizeof(struct olsr_hello); in olsr_print()