Lines Matching refs:ovr
50 for ovr in setsock cmsg both diff; do
57 [ $ovr == "setsock" ] && m="-F $df"
58 [ $ovr == "cmsg" ] && m="-f $df"
59 [ $ovr == "both" ] && m="-F $df -f $df"
60 [ $ovr == "diff" ] && m="-F $((1 - df)) -f $df"
63 check_result $? $df "DONTFRAG $prot $ovr"
75 for ovr in setsock cmsg both diff; do
81 [ $ovr == "setsock" ] && m="-C"
82 [ $ovr == "cmsg" ] && m="-c"
83 [ $ovr == "both" ] && m="-C $((TOS2)) -c"
84 [ $ovr == "diff" ] && m="-C $((TOS )) -c"
91 check_result $? 0 "TCLASS $prot $ovr - pass"
98 check_result $? 0 "TCLASS $prot $ovr - packet data"
101 [ $ovr == "both" ] && m="-C $((TOS )) -c"
102 [ $ovr == "diff" ] && m="-C $((TOS2)) -c"
105 check_result $? 1 "TCLASS $prot $ovr - rejection"
112 for ovr in setsock cmsg both diff; do
118 [ $ovr == "setsock" ] && m="-L"
119 [ $ovr == "cmsg" ] && m="-l"
120 [ $ovr == "both" ] && m="-L $LIM -l"
121 [ $ovr == "diff" ] && m="-L $((LIM + 1)) -l"
128 check_result $? 0 "HOPLIMIT $prot $ovr - pass"
135 check_result $? 0 "HOPLIMIT $prot $ovr - packet data"
145 check_result $? 0 "ExtHdr $prot $ovr - pass"