Searched refs:create_ipmp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | net_include.sh | 178 create_ipmp() function 203 if create_ipmp ipmp$a$b$c $1 $2; then
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 206 static int create_ipmp(const char *grname, int af, 2116 if (create_ipmp(grname, af, NULL, _B_TRUE) == -1) { in setifgroupname() 2160 if (create_ipmp(grname, af, lifgr.gi_grifname, in setifgroupname() 3678 retval = create_ipmp(name, afp->af_af, name, _B_FALSE); in inetipmp() 3697 create_ipmp(const char *grname, int af, const char *ifname, boolean_t implicit) in create_ipmp() function
|