Searched defs:get_all_interfaces (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net_utils.c56 static SLPError get_all_interfaces(slp_handle_ifinfo_t *info);
89 if ((err = get_all_interfaces(ifinfo)) != SLP_OK) {
155 if (get_all_interfaces(ifinfo) != SLP_OK) {
197 if (get_all_interfaces(ifinfo) != SLP_OK) {
224 static SLPError get_all_interfaces(slp_handle_ifinfo_t *info) { function
246 slp_err(LOG_CRIT, 0, "get_all_interfaces", "out of memory");
254 slp_err(LOG_CRIT, 0, "get_all_interfaces", "out of memory");

Completed in 56 milliseconds