Searched refs:pflog_dev (Results 1 – 1 of 1) sorted by relevance
31 if ! ifconfig $pflog_dev > /dev/null 2>&1; then32 if ! ifconfig $pflog_dev create; then33 warn "could not create $pflog_dev."39 if ! ifconfig $pflog_dev up; then40 warn "could not bring up $pflog_dev."48 rc_flags="-p $pidfile -f $pflog_logfile -i $pflog_dev $rc_flags"56 if ! ifconfig $pflog_dev down; then57 warn "could not bring down $pflog_dev."82 eval pflog_dev=\$pflog_${2}_dev86 if [ -z $pflog_dev ]; then[all …]