Searched refs:ospf6_hello (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-ospf6.c489 EXTRACT_32BITS(&op->ospf6_hello.hello_options)));
491 TCHECK(op->ospf6_hello.hello_deadint);
493 EXTRACT_16BITS(&op->ospf6_hello.hello_helloint),
494 EXTRACT_16BITS(&op->ospf6_hello.hello_deadint),
495 ipaddr_string(&op->ospf6_hello.hello_ifid),
496 op->ospf6_hello.hello_priority);
498 TCHECK(op->ospf6_hello.hello_dr);
499 if (op->ospf6_hello.hello_dr != 0)
501 ipaddr_string(&op->ospf6_hello.hello_dr));
502 TCHECK(op->ospf6_hello
[all...]
H A Dospf6.h260 #define ospf6_hello ospf6_un.un_hello macro

Completed in 35 milliseconds