Searched refs:addif (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | net_include.sh | 521 # 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 D | ipadm_ndpd.c | 142 boolean_t addif = B_FALSE; local 207 if (addif) {
|
H A D | ipadm_addr.c | 2331 boolean_t addif; local 2337 addr->ipadm_af, &addif); 2340 if (addif) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 80 addif => 1, 750 $cstr .= "ifconfig $etherif addif @$ifconf\n";
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 129 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 D | txzonemgr.sh | 842 msg=$(ifconfig $nic addif 0.0.0.0)
|
Completed in 79 milliseconds