ospf6_hello
TCHECK(op->ospf6_hello.hello_deadint);
ntohl(op->ospf6_hello.hello_options));
ipaddr_string(&op->ospf6_hello.hello_ifid),
op->ospf6_hello.hello_priority,
ntohs(op->ospf6_hello.hello_helloint),
ntohs(op->ospf6_hello.hello_deadint));
TCHECK(op->ospf6_hello.hello_dr);
if (op->ospf6_hello.hello_dr != 0)
ipaddr_string(&op->ospf6_hello.hello_dr));
TCHECK(op->ospf6_hello.hello_bdr);
if (op->ospf6_hello.hello_bdr != 0)
ipaddr_string(&op->ospf6_hello.hello_bdr));
ap = op->ospf6_hello.hello_neighbor;