Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net_utils.h37 extern SLPBoolean slp_on_subnet(slp_handle_impl_t *, struct in_addr);
H A Dslp_net_utils.c140 SLPBoolean slp_on_subnet(slp_handle_impl_t *hp, struct in_addr addr) { in slp_on_subnet() function
H A Dslp_targets.c496 } else if (slp_on_subnet(h, sin->sin_addr)) { in collect_DAs()