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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c344 struct bc_ifs bcifs; local
351 if (make_mc_target(hp, sin, header, &pfd, &nfds, &bcifs) != SLP_OK)
375 if (mc_sendmsg(pfd, msg, &bcifs) != SLP_OK) {
396 if (bcifs.sin) free(bcifs.sin);
695 * is set, fills bcifs with an array of subnet broadcast addresses
702 struct bc_ifs *bcifs) {
717 bcifs->sin = NULL;
822 hp, given_ifs, num_givenifs, bcifs))
895 * in net.slp.interfaces, and fill bcifs
699 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
898 make_bc_target(slp_handle_impl_t *hp, struct in_addr *given_ifs, int num_givenifs, struct bc_ifs *bcifs) argument
924 mc_sendmsg(struct pollfd *fds, struct msghdr *msg, struct bc_ifs *bcifs) argument
965 bc_sendmsg(struct pollfd *fds, struct msghdr *msg, struct bc_ifs *bcifs) argument
[all...]

Completed in 56 milliseconds