Home
last modified time | relevance | path

Searched refs:YY_HEX (Results 1 – 7 of 7) sorted by relevance

/freebsd/sbin/ipf/common/
H A Dlexer.h15 #define YY_HEX 1006 macro
H A Dlexer.c513 rval = YY_HEX; in yylex()
580 case YY_HEX : in yylex()
656 } else if (yytokentype == YY_STR || yytokentype == YY_HEX || in yyerror()
H A Dipf_y.y118 %token <num> YY_NUMBER YY_HEX
204 | IPFY_SET YY_STR YY_HEX ';' { do_tuneint($2, $3); }
411 | settos YY_HEX { DOALL(fr->fr_tos = $2; fr->fr_mtos = 0xff;) }
420 | YY_HEX { DOREM(fr->fr_tos = $1; fr->fr_mtos = 0xff;) }
423 | toslist lmore YY_HEX
831 | YY_HEX { $$ = $1; }
1111 | YY_HEX { $$ = count4bits(htonl($1)); }
1164 | YY_HEX { memset(&($$), 0, sizeof($$));
1617 | IPFY_DOI YY_HEX { DOALL(fr->fr_doimask = 0xffffffff; \
/freebsd/sbin/ipf/ipscan/
H A Dipscan_y.y61 %token <num> YY_NUMBER YY_HEX
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y70 %token <num> YY_NUMBER YY_HEX
/freebsd/sbin/ipf/ipnat/
H A Dipnat_y.y99 %token <num> YY_NUMBER YY_HEX
1149 YY_HEX { $$ = $1; }
/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y61 %token <num> YY_NUMBER YY_HEX