Lines Matching refs:ovr
51 for ovr in setsock cmsg both diff; do
59 [ $ovr == "setsock" ] && m="-F $df"
60 [ $ovr == "cmsg" ] && m="-f $df"
61 [ $ovr == "both" ] && m="-F $df -f $df"
62 [ $ovr == "diff" ] && m="-F $((1 - df)) -f $df"
65 check_result $? $df "DONTFRAG $prot $ovr"
84 for ovr in setsock cmsg both diff; do
91 [ $ovr == "setsock" ] && m="-C"
92 [ $ovr == "cmsg" ] && m="-c"
93 [ $ovr == "both" ] && m="-C $((TOS2)) -c"
94 [ $ovr == "diff" ] && m="-C $((TOS )) -c"
101 check_result $? 0 "$MATCH $prot $ovr - pass"
108 check_result $? 0 "$MATCH $prot $ovr - packet data"
111 [ $ovr == "both" ] && m="-C $((TOS )) -c"
112 [ $ovr == "diff" ] && m="-C $((TOS2)) -c"
116 check_result $? 1 "$MATCH $prot $ovr - rejection"
121 check_result $? 1 "$MATCH $prot $ovr - rejection (ECN)"
138 for ovr in setsock cmsg both diff; do
145 [ $ovr == "setsock" ] && m="-L"
146 [ $ovr == "cmsg" ] && m="-l"
147 [ $ovr == "both" ] && m="-L $LIM -l"
148 [ $ovr == "diff" ] && m="-L $((LIM + 1)) -l"
155 check_result $? 0 "$MATCH $prot $ovr - pass"
162 check_result $? 0 "$MATCH $prot $ovr - packet data"
176 check_result $? 0 "ExtHdr $prot $ovr - pass"