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

/netbsd-6-1-5-RELEASE/usr.sbin/bootp/bootpgw/
H A Dbootpgw.c89 static void handle_reply(void);
467 handle_reply();
566 * See handle_reply()
596 handle_reply(void)
591 handle_reply(void) function
/netbsd-6-1-5-RELEASE/usr.sbin/bootp/bootpd/
H A Dbootpd.c116 PRIVATE void handle_reply(void);
540 handle_reply();
994 handle_reply(void)
988 handle_reply(void) function
/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Drpcb_svc_com.c111 static void handle_reply(int, SVCXPRT *);
582 * whether the fd corresponds to one of those) and call handle_reply() to
1162 "my_svc_run: polled on forwarding fd %d, netid %s - calling handle_reply\n",
1165 handle_reply(pfds[j].fd, xprt);
1200 handle_reply(int fd, SVCXPRT *xprt) function
1227 "handle_reply: recvfrom returned %d, errno %d\n", inlen, errno);
1239 "handle_reply: xdr_replymsg failed\n");
1245 fprintf(stderr, "handle_reply: reply xid: %d fi addr: %p\n",
1255 (void) fprintf(stderr, "handle_reply: %s\n",
1272 fprintf(stderr, "handle_reply
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c115 static void handle_reply(int, SVCXPRT *);
578 * whether the fd corresponds to one of those) and call handle_reply() to
1160 "my_svc_run: polled on forwarding fd %d, netid %s - calling handle_reply\n",
1163 handle_reply(pfds[j].fd, xprt);
1198 handle_reply(int fd, SVCXPRT *xprt) function
1225 "handle_reply: recvfrom returned %d, errno %d\n", inlen, errno);
1237 "handle_reply: xdr_replymsg failed\n");
1243 fprintf(stderr, "handle_reply: reply xid: %d fi addr: %p\n",
1253 (void) fprintf(stderr, "handle_reply: %s\n",
1270 fprintf(stderr, "handle_reply
[all...]

Completed in 76 milliseconds