Home
last modified time | relevance | path

Searched refs:DPORT (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/misc/
Dssfilter.y42 %token HOSTCOND DCOND SCOND DPORT SPORT LEQ GEQ NEQ AUTOBOUND MARKMASK FWMARK
65 | DPORT GEQ HOSTCOND
69 | DPORT LEQ HOSTCOND
73 | DPORT '>' HOSTCOND
77 | DPORT '<' HOSTCOND
81 | DPORT '=' HOSTCOND
85 | DPORT NEQ HOSTCOND
243 tok_type = DPORT; in yylex()
244 return DPORT; in yylex()
288 yylval = (void*)parse_hostcond(curtok, tok_type == SPORT || tok_type == DPORT); in yylex()
/external/iproute2/examples/
Dcbq.init-v0.7.3818 DPORT=${DTEMP%%/*}; DMASK=${DTEMP##*/}
819 [ "$DPORT" = "$DTEMP" ] && DMASK="0xffff"
839 u32_d="${DPORT:+match ip dport $DPORT $DMASK}"