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

  /external/iproute2/misc/
ssfilter.y 38 %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
227 if (strcmp(curtok, "dport") == 0)
228 return DPORT;
  /external/iproute2/examples/
cbq.init-v0.7.3 819 DPORT=${DTEMP%%/*}; DMASK=${DTEMP##*/}
820 [ "$DPORT" = "$DTEMP" ] && DMASK="0xffff"
840 u32_d="${DPORT:+match ip dport $DPORT $DMASK}"
    [all...]

Completed in 312 milliseconds