Home
last modified time | relevance | path

Searched refs:handle_reply (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c89 static void handle_reply(svc_input_id_t, int, unsigned int, void *);
575 if (svc_add_input(fd, MASKVAL, handle_reply, rmt->netid) == -1) { in create_rmtcall_fd()
1385 handle_reply(svc_input_id_t id, int fd, unsigned int events, void *cookie) in handle_reply() function