Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/shell/
H A Dnet_include.sh178 create_ipmp() function
203 if create_ipmp ipmp$a$b$c $1 $2; then
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c206 static int create_ipmp(const char *grname, int af,
2115 if (create_ipmp(grname, af, NULL, _B_TRUE) == -1) { in setifgroupname()
2159 if (create_ipmp(grname, af, lifgr.gi_grifname, in setifgroupname()
3677 retval = create_ipmp(name, afp->af_af, name, _B_FALSE); in inetipmp()
3696 create_ipmp(const char *grname, int af, const char *ifname, boolean_t implicit) in create_ipmp() function