HomeSort by: relevance | last modified time | path
    Searched defs:handle_reply (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 89 static void handle_reply(void);
464 handle_reply();
563 * See handle_reply()
593 handle_reply(void)
589 handle_reply(void) function in typeref:typename:void
  /src/usr.sbin/bootp/bootpd/
bootpd.c 116 PRIVATE void handle_reply(void);
539 handle_reply();
996 handle_reply(void)
990 handle_reply(void) function in typeref:typename:PRIVATE void
  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 122 static void handle_reply(int, SVCXPRT *);
597 * whether the fd corresponds to one of those) and call handle_reply() to
1226 "fd %d, netid %s - calling handle_reply\n",
1229 handle_reply(pfds[j].fd, xprt);
1264 handle_reply(int fd, SVCXPRT *xprt) function in typeref:typename:void

Completed in 14 milliseconds