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

/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh172 # create_ipmp ifname groupname type
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 Difconfig.c206 static int create_ipmp(const char *grname, int af,
2115 if (create_ipmp(grname, af, NULL, _B_TRUE) == -1) {
2159 if (create_ipmp(grname, af, lifgr.gi_grifname,
3677 retval = create_ipmp(name, afp->af_af, name, _B_FALSE);
3696 create_ipmp(const char *grname, int af, const char *ifname, boolean_t implicit) function
3703 (void) printf("create_ipmp: ifname %s grname %s af %d\n",

Completed in 53 milliseconds