Searched refs:olsr_hello (Results 1 – 1 of 1) sorted by relevance
110 struct olsr_hello { struct267 const struct olsr_hello *hello; in olsr_print()380 if (msg_tlen < sizeof(struct olsr_hello)) in olsr_print()382 ND_TCHECK2(*msg_data, sizeof(struct olsr_hello)); in olsr_print()384 ptr.hello = (struct olsr_hello *)msg_data; in olsr_print()387 msg_data += sizeof(struct olsr_hello); in olsr_print()388 msg_tlen -= sizeof(struct olsr_hello); in olsr_print()