Searched refs:OSPF6_OPT_ISSET (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospf6d/
H A Dospf6_proto.c75 dc = (OSPF6_OPT_ISSET (options, OSPF6_OPT_DC) ? "DC" : "--");
76 r = (OSPF6_OPT_ISSET (options, OSPF6_OPT_R) ? "R" : "-" );
77 n = (OSPF6_OPT_ISSET (options, OSPF6_OPT_N) ? "N" : "-" );
78 mc = (OSPF6_OPT_ISSET (options, OSPF6_OPT_MC) ? "MC" : "--");
79 e = (OSPF6_OPT_ISSET (options, OSPF6_OPT_E) ? "E" : "-" );
80 v6 = (OSPF6_OPT_ISSET (options, OSPF6_OPT_V6) ? "V6" : "--");
H A Dospf6_proto.h43 #define OSPF6_OPT_ISSET(x,opt) ((x)[2] & (opt)) macro
H A Dospf6_intra.c153 if (!OSPF6_OPT_ISSET (rtr_lsa->options, OSPF6_OPT_R))
157 else if (!OSPF6_OPT_ISSET (rtr_lsa->options, OSPF6_OPT_V6))
1565 if (! OSPF6_OPT_ISSET (brouter->path.options, OSPF6_OPT_V6) ||
1566 ! OSPF6_OPT_ISSET (brouter->path.options, OSPF6_OPT_R))
H A Dospf6_abr.c662 if (! OSPF6_OPT_ISSET (router_lsa->options, OSPF6_OPT_R) ||
663 ! OSPF6_OPT_ISSET (router_lsa->options, OSPF6_OPT_V6))
H A Dospf6_message.c270 if (OSPF6_OPT_ISSET (hello->options, OSPF6_OPT_E) !=
271 OSPF6_OPT_ISSET (oi->area->options, OSPF6_OPT_E))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospf6d/
H A Dospf6_proto.c75 dc = (OSPF6_OPT_ISSET (options, OSPF6_OPT_DC) ? "DC" : "--");
76 r = (OSPF6_OPT_ISSET (options, OSPF6_OPT_R) ? "R" : "-" );
77 n = (OSPF6_OPT_ISSET (options, OSPF6_OPT_N) ? "N" : "-" );
78 mc = (OSPF6_OPT_ISSET (options, OSPF6_OPT_MC) ? "MC" : "--");
79 e = (OSPF6_OPT_ISSET (options, OSPF6_OPT_E) ? "E" : "-" );
80 v6 = (OSPF6_OPT_ISSET (options, OSPF6_OPT_V6) ? "V6" : "--");
H A Dospf6_proto.h43 #define OSPF6_OPT_ISSET(x,opt) ((x)[2] & (opt)) macro
H A Dospf6_intra.c153 if (!OSPF6_OPT_ISSET (rtr_lsa->options, OSPF6_OPT_R))
157 else if (!OSPF6_OPT_ISSET (rtr_lsa->options, OSPF6_OPT_V6))
1565 if (! OSPF6_OPT_ISSET (brouter->path.options, OSPF6_OPT_V6) ||
1566 ! OSPF6_OPT_ISSET (brouter->path.options, OSPF6_OPT_R))
H A Dospf6_abr.c662 if (! OSPF6_OPT_ISSET (router_lsa->options, OSPF6_OPT_R) ||
663 ! OSPF6_OPT_ISSET (router_lsa->options, OSPF6_OPT_V6))
H A Dospf6_message.c270 if (OSPF6_OPT_ISSET (hello->options, OSPF6_OPT_E) !=
271 OSPF6_OPT_ISSET (oi->area->options, OSPF6_OPT_E))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospf6d/
H A Dospf6_proto.c75 dc = (OSPF6_OPT_ISSET (options, OSPF6_OPT_DC) ? "DC" : "--");
76 r = (OSPF6_OPT_ISSET (options, OSPF6_OPT_R) ? "R" : "-" );
77 n = (OSPF6_OPT_ISSET (options, OSPF6_OPT_N) ? "N" : "-" );
78 mc = (OSPF6_OPT_ISSET (options, OSPF6_OPT_MC) ? "MC" : "--");
79 e = (OSPF6_OPT_ISSET (options, OSPF6_OPT_E) ? "E" : "-" );
80 v6 = (OSPF6_OPT_ISSET (options, OSPF6_OPT_V6) ? "V6" : "--");
H A Dospf6_proto.h43 #define OSPF6_OPT_ISSET(x,opt) ((x)[2] & (opt)) macro
H A Dospf6_intra.c153 if (!OSPF6_OPT_ISSET (rtr_lsa->options, OSPF6_OPT_R))
157 else if (!OSPF6_OPT_ISSET (rtr_lsa->options, OSPF6_OPT_V6))
1565 if (! OSPF6_OPT_ISSET (brouter->path.options, OSPF6_OPT_V6) ||
1566 ! OSPF6_OPT_ISSET (brouter->path.options, OSPF6_OPT_R))
H A Dospf6_abr.c662 if (! OSPF6_OPT_ISSET (router_lsa->options, OSPF6_OPT_R) ||
663 ! OSPF6_OPT_ISSET (router_lsa->options, OSPF6_OPT_V6))
H A Dospf6_message.c270 if (OSPF6_OPT_ISSET (hello->options, OSPF6_OPT_E) !=
271 OSPF6_OPT_ISSET (oi->area->options, OSPF6_OPT_E))

Completed in 197 milliseconds