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

/freebsd-11.0-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c97 static void handle_reply(void);
483 handle_reply();
582 * See handle_reply()
613 handle_reply()
608 handle_reply() function
/freebsd-11.0-release/libexec/bootpd/
H A Dbootpd.c117 PRIVATE void handle_reply(void);
570 handle_reply();
1005 handle_reply()
1000 handle_reply() function
/freebsd-11.0-release/contrib/netbsd-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...]
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c112 static void handle_reply(int, SVCXPRT *);
586 * whether the fd corresponds to one of those) and call handle_reply() to
1187 "my_svc_run: polled on forwarding fd %d, netid %s - calling handle_reply\n",
1190 handle_reply(pfds[j].fd, xprt);
1225 handle_reply(int fd, SVCXPRT *xprt) function
1252 "handle_reply: recvfrom returned %d, errno %d\n", inlen, errno);
1264 "handle_reply: xdr_replymsg failed\n");
1270 fprintf(stderr, "handle_reply: reply xid: %d fi addr: %p\n",
1280 (void) fprintf(stderr, "handle_reply: %s\n",
1297 fprintf(stderr, "handle_reply
[all...]

Completed in 140 milliseconds