Searched refs:DPORT (Results 1 – 2 of 2) sorted by relevance
42 %token HOSTCOND DCOND SCOND DPORT SPORT LEQ GEQ NEQ AUTOBOUND MARKMASK FWMARK65 | DPORT GEQ HOSTCOND69 | DPORT LEQ HOSTCOND73 | DPORT '>' HOSTCOND77 | DPORT '<' HOSTCOND81 | DPORT '=' HOSTCOND85 | DPORT NEQ HOSTCOND243 tok_type = DPORT; in yylex()244 return DPORT; in yylex()288 yylval = (void*)parse_hostcond(curtok, tok_type == SPORT || tok_type == DPORT); in yylex()
818 DPORT=${DTEMP%%/*}; DMASK=${DTEMP##*/}819 [ "$DPORT" = "$DTEMP" ] && DMASK="0xffff"839 u32_d="${DPORT:+match ip dport $DPORT $DMASK}"