Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libpcap/
Dgencode.c4535 case Q_ISIS:
4655 case Q_ISIS:
4911 case Q_ISIS:
4916 b0 = gen_proto(ISIS_L1_LAN_IIH, Q_ISIS, Q_DEFAULT);
4917 b1 = gen_proto(ISIS_PTP_IIH, Q_ISIS, Q_DEFAULT); /* FIXME extract the circuit-type bits */
4919 b0 = gen_proto(ISIS_L1_LSP, Q_ISIS, Q_DEFAULT);
4921 b0 = gen_proto(ISIS_L1_CSNP, Q_ISIS, Q_DEFAULT);
4923 b0 = gen_proto(ISIS_L1_PSNP, Q_ISIS, Q_DEFAULT);
4928 b0 = gen_proto(ISIS_L2_LAN_IIH, Q_ISIS, Q_DEFAULT);
4929 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.y484 | ISIS { $$ = Q_ISIS; }