Home
last modified time | relevance | path

Searched refs:grifname (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh504 grifname=`get_groupifname $group`
505 [ -z "$grifname" ] && grifname=`create_groupifname $group $type`
536 /sbin/ifconfig $grifname $type $line >/dev/null
549 /sbin/ifconfig $grifname $type \
556 echo " $ifname (moved to $grifname)\c" > /dev/msglog
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_query.c730 const char *grifname, const char *m4ifname, const char *m6ifname, in ipmp_groupinfo_create() argument
749 (void) strlcpy(grinfop->gr_ifname, grifname, LIFNAMSIZ); in ipmp_groupinfo_create()