Lines Matching defs:interface

71 	/* interface management related sub-commands */
72 { "create-if", do_create_if, "\tcreate-if\t[-t] <interface>" },
73 { "disable-if", do_disable_if, "\tdisable-if\t-t <interface>" },
74 { "enable-if", do_enable_if, "\tenable-if\t-t <interface>" },
75 { "delete-if", do_delete_if, "\tdelete-if\t<interface>" },
77 "\tshow-if\t\t[[-p] -o <field>,...] [<interface>]\n" },
80 "<interface>" },
82 "\treset-ifprop\t[-t] -p <prop> -m <protocol> <interface>" },
85 "\t\t\t[-m <protocol>] [interface]\n" },
92 "\tcreate-addr\t[-t] -T addrconf [-i interface-id]\n"
163 {"interface-id", required_argument, 0, 'i' },
401 * Create an IP interface for which no saved configuration exists in the
417 * "ifconfig" mode - plumb interface, but do not
436 * Enable an IP interface based on the persistent configuration for
437 * that interface.
459 * Remove an IP interface from both active and persistent configuration.
478 * Disable an IP interface by removing it from active configuration.
542 /* the interface is probably disabled */
673 * Display information for all or specific interface properties, either for a
674 * given interface or for all the interfaces in the system.
705 die("invalid interface properties specified");
746 /* retrieve interface(s) and print the properties */
752 die("Error retrieving interface(s): %s",
772 * set/reset the interface property for a given interface.
1364 die("Error in setting interface ID: %s",
1636 char interface[LIFNAMSIZ];
1680 (void) strncpy(interface, ifa->ifa_name, LIFNAMSIZ);
1681 phyname = strrchr(interface, ':');
1684 (void) snprintf(buf, bufsize, "%s/%s", interface,
1938 * Display interface information, either for the given interface or
1988 die("Could not get interface(s): %s",
2103 die("invalid interface properties specified");