Lines Matching refs:given_ifs
710 struct in_addr *given_ifs = NULL; in make_mc_target() local
732 if (!(given_ifs = calloc(num_givenifs, sizeof (*given_ifs)))) { in make_mc_target()
743 free(given_ifs); in make_mc_target()
751 if (slp_pton(p, &(given_ifs[i])) < 1) { in make_mc_target()
766 free(given_ifs); in make_mc_target()
790 &(bcsin->sin_addr), &(given_ifs[i]), in make_mc_target()
807 &(given_ifs[i]), sizeof (given_ifs[i])) in make_mc_target()
823 hp, given_ifs, num_givenifs, bcifs)) in make_mc_target()
835 free(given_ifs); in make_mc_target()
900 struct in_addr *given_ifs, in make_bc_target() argument
905 if ((err = slp_broadcast_addrs(hp, given_ifs, num_givenifs, in make_bc_target()