Searched refs:bcifs (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_net.c341 struct bc_ifs bcifs; local
348 if (make_mc_target(hp, sin, header, &pfd, &nfds, &bcifs) != SLP_OK)
372 if (mc_sendmsg(pfd, msg, &bcifs) != SLP_OK) {
393 if (bcifs.sin) free(bcifs.sin);
692 * is set, fills bcifs with an array of subnet broadcast addresses
699 struct bc_ifs *bcifs) {
714 bcifs->sin = NULL;
819 hp, given_ifs, num_givenifs, bcifs))
892 * in net.slp.interfaces, and fill bcifs
696 make_mc_target(slp_handle_impl_t *hp, struct sockaddr_in *sin, char *header, struct pollfd **fds, nfds_t *nfds, struct bc_ifs *bcifs) argument
895 make_bc_target(slp_handle_impl_t *hp, struct in_addr *given_ifs, int num_givenifs, struct bc_ifs *bcifs) argument
921 mc_sendmsg(struct pollfd *fds, struct msghdr *msg, struct bc_ifs *bcifs) argument
962 bc_sendmsg(struct pollfd *fds, struct msghdr *msg, struct bc_ifs *bcifs) argument
[all...]

Completed in 22 milliseconds