Lines Matching refs:_af
26 local _cmd _af _if _a _ret
28 _af=$2
36 case $_af in
44 if afexists $_af; then
45 setroutes $_cmd $_af $_if || _ret=1
47 err 1 "Unsupported address family: $_af."
57 local _af _if _a
58 _af=$1
65 case $_af in
77 if afexists $_af; then
78 eval static_${_af} delete $_if
81 eval routing_stop_${_af}
84 err 1 "Unsupported address family: $_af."