Home
last modified time | relevance | path

Searched refs:Q_ISIS (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/
Dgencode.c3495 case Q_ISIS:
3612 case Q_ISIS:
3871 case Q_ISIS:
3876 b0 = gen_proto(ISIS_L1_LAN_IIH, Q_ISIS, Q_DEFAULT);
3877 b1 = gen_proto(ISIS_PTP_IIH, Q_ISIS, Q_DEFAULT); /* FIXME extract the circuit-type bits */
3879 b0 = gen_proto(ISIS_L1_LSP, Q_ISIS, Q_DEFAULT);
3881 b0 = gen_proto(ISIS_L1_CSNP, Q_ISIS, Q_DEFAULT);
3883 b0 = gen_proto(ISIS_L1_PSNP, Q_ISIS, Q_DEFAULT);
3888 b0 = gen_proto(ISIS_L2_LAN_IIH, Q_ISIS, Q_DEFAULT);
3889 b1 = gen_proto(ISIS_PTP_IIH, Q_ISIS, Q_DEFAULT); /* FIXME extract the circuit-type bits */
[all …]
Dgencode.h106 #define Q_ISIS 26 macro
Dgrammar.y363 | ISIS { $$ = Q_ISIS; }
Dgrammar.c2233 { (yyval.i) = Q_ISIS; }