Home
last modified time | relevance | path

Searched refs:get_all_interfaces (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net_utils.c54 static SLPError get_all_interfaces(slp_handle_ifinfo_t *info);
87 if ((err = get_all_interfaces(ifinfo)) != SLP_OK) { in slp_broadcast_addrs()
153 if (get_all_interfaces(ifinfo) != SLP_OK) { in slp_on_subnet()
195 if (get_all_interfaces(ifinfo) != SLP_OK) { in slp_on_localhost()
222 static SLPError get_all_interfaces(slp_handle_ifinfo_t *info) { in get_all_interfaces() function