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

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c87 static void handle_reply(svc_input_id_t, int, unsigned int, void *);
573 if (svc_add_input(fd, MASKVAL, handle_reply, rmt->netid) == -1) {
671 * handle_reply().
675 * socket used was for forwarding and call handle_reply() to
1382 handle_reply(svc_input_id_t id, int fd, unsigned int events, void *cookie) function
1403 syslog(LOG_ERR, "handle_reply: t_alloc failed!");
1416 fprintf(stderr, "handle_reply: recvd packet "
1424 fprintf(stderr, "handle_reply: t_rcvudata returned "
1446 "handle_reply: xdr_replymsg failed\n");
1456 syslog(LOG_ERR, "handle_reply
[all...]

Completed in 60 milliseconds