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

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_net_utils.c63 * given_ifs IN an array of local interfaces
64 * num_givenifs IN number of addresses in given_ifs
72 SLPError slp_broadcast_addrs(slp_handle_impl_t *hp, struct in_addr *given_ifs, argument
114 &(given_ifs[j].s_addr),
115 sizeof (given_ifs[j].s_addr)) == 0 &&
H A Dslp_net.c706 struct in_addr *given_ifs = NULL; local
728 if (!(given_ifs = calloc(num_givenifs, sizeof (*given_ifs)))) {
739 free(given_ifs);
747 if (slp_pton(p, &(given_ifs[i])) < 1) {
762 free(given_ifs);
786 &(bcsin->sin_addr), &(given_ifs[i]),
803 &(given_ifs[i]), sizeof (given_ifs[i]))
819 hp, given_ifs, num_givenif
895 make_bc_target(slp_handle_impl_t *hp, struct in_addr *given_ifs, int num_givenifs, struct bc_ifs *bcifs) argument
[all...]

Completed in 18 milliseconds