Searched defs:get_group_for_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh253 # get_group_for_type interface type list
260 get_group_for_type() function
293 group=`get_group_for_type $1 inet6 $inet6_list`
294 [ -z "$group" ] && group=`get_group_for_type $1 inet $inet_list`

Completed in 45 milliseconds