Searched refs:addif (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh521 # item on the line, so we can't just substitute "addif"
522 # for "set". We prepend an "addif $zaddr" command, and
530 [ "$three" != addif ] && echo "$three $four \c"
535 line="addif $zaddr $one $two"
540 # In the second pass, look for the the "addif" commands
548 [ "$one" = addif ] && \
550 addif $two >/dev/null
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ndpd.c142 boolean_t addif = B_FALSE; local
207 if (addif) {
H A Dipadm_addr.c2331 boolean_t addif; local
2337 addr->ipadm_af, &addif);
2340 if (addif) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd80 addif => 1,
750 $cstr .= "ifconfig $etherif addif @$ifconf\n";
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c129 static int addif(char *arg, int64_t param);
285 { "addif", NEXTARG, addif, 1, AF_ANY },
396 (void) strncpy(origname, name, sizeof (origname)); /* For addif */
656 * be set. The reason is that if "addif" is used, the working
1806 * ifconfig le0 addif 109.106.86.130 netmask + up \
1807 * addif 109.106.86.131 netmask + up
1811 addif(char *str, int64_t param) function
1826 "ifconfig: addif: bad physical interface name %s\n",
1889 Perror0_exit("addif
[all...]
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh842 msg=$(ifconfig $nic addif 0.0.0.0)

Completed in 79 milliseconds