Lines Matching refs:out_fd
181 static int send_died(int out_fd) {
188 assert(out_fd >= 0);
190 if (send(out_fd, &rh, rh.length, MSG_NOSIGNAL) < 0)
229 int out_fd,
252 assert(out_fd >= 0);
276 if (sendmsg(out_fd, &mh, MSG_NOSIGNAL) < 0)
283 int out_fd,
303 assert(out_fd >= 0);
319 if (sendmsg(out_fd, &mh, MSG_NOSIGNAL) < 0)
325 static int handle_request(int out_fd, const Packet *packet, size_t length) {
328 assert(out_fd >= 0);
361 return send_addrinfo_reply(out_fd, req->id, ret, result, errno, h_errno);
381 return send_nameinfo_reply(out_fd, req->id, ret,