Searched refs:inet_list (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/tcpd/
H A Dinetcf.c51 static struct inet_ent *inet_list = 0; variable in typeref:struct:inet_ent
284 ip->next = inet_list;
287 inet_list = ip;
297 if (inet_list == 0)
300 for (ip = inet_list; ip; ip = ip->next)
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-physical188 inet_list="$inet_list $intf_name"
248 if [ -n "$inet_list" ]; then
249 set -- $inet_list
468 if smf_is_globalzone && [ -z "$inet_list" ] && [ -n "$nic" ]; then
475 # modify "inet_list" to force the exit code
477 inet_list=$nic;
498 # plumbed, so modify "inet_list" to
500 inet_list=$nic;
519 if [ -z "$inet_list" ]
[all...]
/illumos-gate/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_physical.sh125 inet_list="$inet_list $1"
182 if [ -n "$inet_list" ]; then
183 set -- $inet_list
424 if [ -z "$inet_list" ] && [ -z "$inet6_list" ]; then
/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh62 # inet_list list of IPv4 interfaces.
75 unset inet_list inet_plumbed inet_failed \
294 [ -z "$group" ] && group=`get_group_for_type $1 inet $inet_list`

Completed in 75 milliseconds