Searched refs:given_ifs (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_net.c | 709 struct in_addr *given_ifs = NULL; local 731 if (!(given_ifs = calloc(num_givenifs, sizeof (*given_ifs)))) { 742 free(given_ifs); 750 if (slp_pton(p, &(given_ifs[i])) < 1) { 765 free(given_ifs); 789 &(bcsin->sin_addr), &(given_ifs[i]), 806 &(given_ifs[i]), sizeof (given_ifs[i])) 822 hp, given_ifs, num_givenif 898 make_bc_target(slp_handle_impl_t *hp, struct in_addr *given_ifs, int num_givenifs, struct bc_ifs *bcifs) argument [all...] |
H A D | slp_net_utils.c | 63 * 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 &&
|
Completed in 59 milliseconds