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