Searched refs:get_ifs (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/regress/sys/net/pflow/
H A Dflow.pl56 sub get_ifs subroutine
149 print $prog gen_pf_conf(get_ifs());
/openbsd-current/distrib/miniroot/
H A Dinstall.sub356 get_ifs() {
377 for _if in $(get_ifs); do
641 set -- $(get_ifs netboot)
642 (($# == 0)) && set -- $(get_ifs)
1038 _vd=$(get_ifs | sed '/^vlan/d' | sed q)
1046 if ! isin "$_vd" $(get_ifs | sed '/^vlan/d'); then
1092 if [[ -n $2 ]] && ! isin $_if $(get_ifs dhcp); then
1152 for _if in $(get_ifs); do
1337 set -sA _ifs -- $(get_ifs)
1362 ${_p:-$( (get_ifs netboo
[all...]

Completed in 125 milliseconds