HomeSort by relevance Sort by last modified time
    Searched refs:ospf6_hello (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-ospf6.c 485 EXTRACT_32BITS(&op->ospf6_hello.hello_options)));
487 TCHECK(op->ospf6_hello.hello_deadint);
489 EXTRACT_16BITS(&op->ospf6_hello.hello_helloint),
490 EXTRACT_16BITS(&op->ospf6_hello.hello_deadint),
491 ipaddr_string(&op->ospf6_hello.hello_ifid),
492 op->ospf6_hello.hello_priority);
494 TCHECK(op->ospf6_hello.hello_dr);
495 if (op->ospf6_hello.hello_dr != 0)
497 ipaddr_string(&op->ospf6_hello.hello_dr));
498 TCHECK(op->ospf6_hello.hello_bdr)
    [all...]
ospf6.h 260 #define ospf6_hello ospf6_un.un_hello macro

Completed in 40 milliseconds