Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c516 TCHECK(op->ospf6_hello.hello_deadint); in ospf6_decode_v3()
518 EXTRACT_32BITS(&op->ospf6_hello.hello_options)); in ospf6_decode_v3()
520 ipaddr_string(&op->ospf6_hello.hello_ifid), in ospf6_decode_v3()
521 op->ospf6_hello.hello_priority, in ospf6_decode_v3()
522 EXTRACT_16BITS(&op->ospf6_hello.hello_helloint), in ospf6_decode_v3()
523 EXTRACT_16BITS(&op->ospf6_hello.hello_deadint)); in ospf6_decode_v3()
525 TCHECK(op->ospf6_hello.hello_dr); in ospf6_decode_v3()
526 if (op->ospf6_hello.hello_dr != 0) in ospf6_decode_v3()
528 ipaddr_string(&op->ospf6_hello.hello_dr)); in ospf6_decode_v3()
529 TCHECK(op->ospf6_hello.hello_bdr); in ospf6_decode_v3()
[all …]
Dospf6.h273 #define ospf6_hello ospf6_un.un_hello macro