Lines Matching full:dport
254 match="sport 666 dport 777"
255 getnomatch="sport 667 dport 778"
257 "$getnomatch" "sport and dport redirect to table" \
258 "sport and dport no redirect to table"
260 match="sport 100-200 dport 300-400"
261 getmatch="sport 100 dport 400"
262 getnomatch="sport 100 dport 401"
265 "sport and dport range redirect to table" \
266 "sport and dport range no redirect to table"
271 match="sport 0x0f00/0xff00 dport 0x000f/0x00ff"
272 getmatch="sport 0x0f11 dport 0x220f"
273 getnomatch="sport 0x1f11 dport 0x221f"
275 "$getnomatch" "sport and dport masked redirect to table" \
276 "sport and dport masked no redirect to table"
577 match="sport 666 dport 777"
578 getnomatch="sport 667 dport 778"
580 "$getnomatch" "sport and dport redirect to table" \
581 "sport and dport no redirect to table"
583 match="sport 100-200 dport 300-400"
584 getmatch="sport 100 dport 400"
585 getnomatch="sport 100 dport 401"
588 "sport and dport range redirect to table" \
589 "sport and dport range no redirect to table"
594 match="sport 0x0f00/0xff00 dport 0x000f/0x00ff"
595 getmatch="sport 0x0f11 dport 0x220f"
596 getnomatch="sport 0x1f11 dport 0x221f"
598 "$getnomatch" "sport and dport masked redirect to table" \
599 "sport and dport masked no redirect to table"