HomeSort by: relevance | last modified time | path
    Searched defs:olsr_hello (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-olsr.c 114 struct olsr_hello { struct
319 const struct olsr_hello *hello;
430 if (msg_tlen < sizeof(struct olsr_hello))
432 ND_TCHECK_LEN(msg_data, sizeof(struct olsr_hello));
434 ptr.hello = (const struct olsr_hello *)msg_data;
438 msg_data += sizeof(struct olsr_hello);
439 msg_tlen -= sizeof(struct olsr_hello);

Completed in 36 milliseconds