Searched defs:ifconfig (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | nic.c | 1161 /* ifconfig - configure network interface. */ 1163 ifconfig (char *ip, char *sm, char *gw, char *svr) function
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | ip_rcm.c | 78 #define SBIN_IFCONFIG "/sbin/ifconfig" /* ifconfig command */ 219 static boolean_t ifconfig(const char *, const char *, const char *, boolean_t); 1526 _("IP: ifconfig configinfo error (%s:%d) %s\n"), 1535 _("IP: ifconfig configinfo error (%s:%d) %s\n"), 1562 * Save off the modlist, ifconfig options and unplumb. 1590 if (ipv4 && !ifconfig(pif->pi_ifname, "inet", "unplumb", B_FALSE)) { 1596 if (ipv6 && !ifconfig(pif->pi_ifname, "inet6", "unplumb", B_FALSE)) { 1611 * all ifconfig options 1663 success = ifconfig("", "", li 2722 ifconfig(const char *ifinst, const char *fstr, const char *buf, boolean_t stdif) function [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 14 #include "ifconfig.h" 188 static void ifconfig(int argc, char *argv[], int af, 221 * are more interfaces to act on (i.e., ifconfig was invoked with -a), keep 231 /* Refer to the comments in ifconfig() on the netmask "hack" */ 356 /* End defines and structure definitions for ifconfig -a plumb */ 401 "ifconfig: %s: Bad value for %s in %s\n", default_ip_str, 438 * Note that due to the ifconfig syntax they have to be combined 456 char *av[2] = { "ifconfig", name }; 505 "ifconfig: %s: no such interface\n", name); 511 ifconfig(arg 611 ifconfig(int argc, char *argv[], int af, struct ifaddrs *ifa) function [all...] |
Completed in 54 milliseconds