Searched refs:get_all_interfaces (Results 1 – 1 of 1) sorted by relevance
56 static SLPError get_all_interfaces(slp_handle_ifinfo_t *info);89 if ((err = get_all_interfaces(ifinfo)) != SLP_OK) { in slp_broadcast_addrs()155 if (get_all_interfaces(ifinfo) != SLP_OK) { in slp_on_subnet()197 if (get_all_interfaces(ifinfo) != SLP_OK) { in slp_on_localhost()224 static SLPError get_all_interfaces(slp_handle_ifinfo_t *info) { in get_all_interfaces() function