Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dssfilter.y38 %token HOSTCOND DCOND SCOND DPORT SPORT LEQ GEQ NEQ AUTOBOUND
61 | DPORT GEQ HOSTCOND
65 | DPORT LEQ HOSTCOND
69 | DPORT '>' HOSTCOND
73 | DPORT '<' HOSTCOND
77 | DPORT '=' HOSTCOND
81 | DPORT NEQ HOSTCOND
228 return DPORT; in yylex()
/external/iproute2/examples/
Dcbq.init-v0.7.3819 DPORT=${DTEMP%%/*}; DMASK=${DTEMP##*/}
820 [ "$DPORT" = "$DTEMP" ] && DMASK="0xffff"
840 u32_d="${DPORT:+match ip dport $DPORT $DMASK}"