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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c99 static SLPError bc_sendmsg(struct pollfd *, struct msghdr *, struct bc_ifs *);
931 if (ifs && *ifs && bc_sendmsg(fds, msg, bcifs) == SLP_OK) {
936 * else no ifs given, or bc_sendmsg failed, so send on
965 static SLPError bc_sendmsg(struct pollfd *fds, struct msghdr *msg, function
974 slp_err(LOG_CRIT, 0, "bc_sendmsg",

Completed in 61 milliseconds