Searched refs:ip6file (Results 1 – 2 of 2) sorted by relevance
1115 ip6file=`fmri_to_file $1 $IPF6_SUFFIX`1116 [ -f "$ip6file" ] && mv $ip6file "$ip6file.bak"1175 ip6file=`fmri_to_file $s $IPF6_SUFFIX`1176 if [ -n "$ip6file" -a -r "$ip6file" ]; then1177 check_ipf_syntax $ip6file -61185 check_ipf_rules $ip6file -61191 CONF6_FILES="$CONF6_FILES $ip6file"1220 ip6file=`fmri_to_file $svc $IPF6_SUFFIX`1222 [ -n "$ip6file" ] && remove_rules $ip6file -61224 [ -z "$ipfile" -a -z "$ip6file" ] && return 0[all …]
51 ip6file=`fmri_to_file $SMF_FMRI $IPF6_SUFFIX`52 [ -f "$ipfile" -a -f "$ip6file" ] && return 0