Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c4418 case Q_ISIS:
4535 case Q_ISIS:
4795 case Q_ISIS:
4803 b0 = gen_proto(ISIS_L1_LSP, Q_ISIS, Q_DEFAULT);
4805 b0 = gen_proto(ISIS_L1_CSNP, Q_ISIS, Q_DEFAULT);
4807 b0 = gen_proto(ISIS_L1_PSNP, Q_ISIS, Q_DEFAULT);
4815 b0 = gen_proto(ISIS_L2_LSP, Q_ISIS, Q_DEFAULT);
4817 b0 = gen_proto(ISIS_L2_CSNP, Q_ISIS, Q_DEFAULT);
4832 b0 = gen_proto(ISIS_L1_LSP, Q_ISIS, Q_DEFAULT);
4833 b1 = gen_proto(ISIS_L2_LSP, Q_ISIS, Q_DEFAULT);
[all …]
H A Dsf_grammar.c2532 { (yyval.i) = Q_ISIS; } in yyparse()
/mOS-networking-stack/core/src/include/bpf/
H A Dgencode.h104 #define Q_ISIS 26 macro