Searched refs:discover_interfaces (Results 1 – 3 of 3) sorted by relevance
100 struct interface *discover_interfaces(int, char * const *);
1319 ifs = discover_interfaces(-1, UNCONST(argv)); in handle_interface()1476 ifs = discover_interfaces(argc - oi, argv + oi); in reconf_reboot()2131 ifaces = discover_interfaces(ifc, ifv); in main()
332 discover_interfaces(int argc, char * const *argv) in discover_interfaces() function