HomeSort by relevance Sort by last modified time
    Searched refs:LEQ (Results 1 - 6 of 6) sorted by null

  /external/iproute2/misc/
ssfilter.y 38 %token HOSTCOND DCOND SCOND DPORT SPORT LEQ GEQ NEQ AUTOBOUND
65 | DPORT LEQ HOSTCOND
90 | SPORT LEQ HOSTCOND
237 strcmp(curtok, "leq") == 0)
238 return LEQ;
  /external/libpcap/
tokdefs.h 76 LEQ = 302,
180 #define LEQ 302
grammar.c 111 LEQ = 302,
215 #define LEQ 302
788 "LINK", "GEQ", "LEQ", "NEQ", "ID", "EID", "HID", "HID6", "AID", "LSH",
    [all...]
grammar.y 177 %token GEQ LEQ NEQ
412 irelop: LEQ { $$ = BPF_JGT; }
scanner.l 303 "<=" return LEQ;
scanner.c     [all...]

Completed in 571 milliseconds