Lines Matching refs:ovr
48 for ovr in setsock cmsg both diff; do
55 [ $ovr == "setsock" ] && m="-F $df"
56 [ $ovr == "cmsg" ] && m="-f $df"
57 [ $ovr == "both" ] && m="-F $df -f $df"
58 [ $ovr == "diff" ] && m="-F $((1 - df)) -f $df"
61 check_result $? $df "DONTFRAG $prot $ovr"
73 for ovr in setsock cmsg both diff; do
79 [ $ovr == "setsock" ] && m="-C"
80 [ $ovr == "cmsg" ] && m="-c"
81 [ $ovr == "both" ] && m="-C $((TOS2)) -c"
82 [ $ovr == "diff" ] && m="-C $((TOS )) -c"
89 check_result $? 0 "TCLASS $prot $ovr - pass"
96 check_result $? 0 "TCLASS $prot $ovr - packet data"
99 [ $ovr == "both" ] && m="-C $((TOS )) -c"
100 [ $ovr == "diff" ] && m="-C $((TOS2)) -c"
103 check_result $? 1 "TCLASS $prot $ovr - rejection"
110 for ovr in setsock cmsg both diff; do
116 [ $ovr == "setsock" ] && m="-L"
117 [ $ovr == "cmsg" ] && m="-l"
118 [ $ovr == "both" ] && m="-L $LIM -l"
119 [ $ovr == "diff" ] && m="-L $((LIM + 1)) -l"
126 check_result $? 0 "HOPLIMIT $prot $ovr - pass"
133 check_result $? 0 "HOPLIMIT $prot $ovr - packet data"
143 check_result $? 0 "ExtHdr $prot $ovr - pass"