Searched refs:LSSU (Results 1 - 5 of 5) sorted by relevance

/external/libpcap/
H A Dtokdefs.h124 LSSU = 350, enumerator in enum:yytokentype
228 #define LSSU 350 macro
H A Dscanner.l292 lssu return LSSU;
293 lsu return LSSU;
H A Dgrammar.c159 LSSU = 350, enumerator in enum:yytokentype
263 #define LSSU 350 macro
793 "METACONNECT", "VPI", "VCI", "RADIO", "FISU", "LSSU", "MSU", "SIO",
H A Dgrammar.y192 %token FISU LSSU MSU
477 | LSSU { $$ = M_LSSU; }
H A Dscanner.c3189 return LSSU;
3194 return LSSU;

Completed in 90 milliseconds