Searched refs:request_init (Results 1 – 14 of 14) sorted by relevance
| /dragonfly/contrib/tcp_wrappers/ |
| HD | hosts_ctl.c | 28 return (hosts_access(request_init(&request,
|
| HD | try-from.c | 65 request_init(&request, RQ_DAEMON, argv[0], RQ_FILE, STDIN_FILENO, 0);
|
| HD | miscd.c | 75 request_init(&request, RQ_DAEMON, argv[0], RQ_FILE, STDIN_FILENO, 0);
|
| HD | tcpd.c | 89 request_init(&request, RQ_DAEMON, argv[0], RQ_FILE, STDIN_FILENO, 0);
|
| HD | update.c | 92 struct request_info *request_init(struct request_info *request, ...) in request_init() function
|
| HD | tcpd.h | 109 struct request_info *request_init(struct request_info *,...);/* initialize request */
|
| HD | scaffold.c | 180 request_init(&request, RQ_CLIENT_SIN, &sin, 0);
|
| HD | tcpdmatch.c | 172 request_init(&request, RQ_DAEMON, daemon, RQ_USER, user, RQ_FILE, 1, 0);
|
| HD | tcpdchk.c | 161 request_init(&request,
|
| HD | CHANGES | 154 engine. request_init() and request_set() accept a variable-length
|
| /dragonfly/usr.sbin/rpcbind/ |
| HD | security.c | 113 request_init(&req, RQ_DAEMON, "rpcbind", RQ_CLIENT_SIN, addr, 0); in check_access()
|
| /dragonfly/games/hunt/huntd/ |
| HD | driver.c | 1013 request_init(&ri, RQ_DAEMON, "huntd", RQ_FILE, s, 0); in send_stats() 1143 request_init(&ri, RQ_DAEMON, "huntd", RQ_FILE, fd, 0); in handle_wkport()
|
| HD | answer.c | 84 request_init(&ri, RQ_DAEMON, "huntd", RQ_FILE, newsock, 0); in answer_first()
|
| /dragonfly/usr.sbin/inetd/ |
| HD | inetd.c | 693 request_init(&req, RQ_DAEMON, service, RQ_FILE, ctrl, NULL); in main()
|