/src/usr.sbin/tcpdchk/ |
scaffold.h | 12 void clean_exit(struct request_info *); 14 void rfc931(struct request_info *);
|
scaffold.c | 75 struct request_info request; 122 void clean_exit(struct request_info *request) 133 rfc931(struct request_info *request)
|
percent_x.c | 35 struct request_info *request;
|
tcpdchk.c | 82 static void parse_table(const char *, struct request_info *); 108 struct request_info request; 209 parse_table(const char *table, struct request_info *request)
|
/src/distrib/utils/libhack/ |
wrap.c | 36 struct request_info * 37 request_init(struct request_info *ri, ...) 44 sock_host(struct request_info *ri) 49 hosts_access(struct request_info *ri) 55 refuse(struct request_info *ri)
|
/src/lib/libwrap/ |
update.c | 39 static struct request_info *request_fill(struct request_info *, va_list); 43 static struct request_info * 44 request_fill(struct request_info *request, va_list ap) 94 struct request_info *VARARGS(request_init, struct request_info *, request) 96 static struct request_info default_info; 97 struct request_info *r; 105 VASTART(ap, struct request_info *, request); 119 struct request_info *VARARGS(request_set, struct request_info *, request [all...] |
tcpd.h | 20 struct request_info *request; /* for shared information */ 25 struct request_info { struct 73 (struct request_info *); 79 (char *, int, char *, struct request_info *); 83 (struct request_info *); 85 (struct request_info *); 108 extern struct request_info *request_init /* initialize request */ 109 (struct request_info *,...); 110 extern struct request_info *request_set /* update request structure */ 111 (struct request_info *,...) [all...] |
refuse.c | 33 refuse(struct request_info *request)
|
options.c | 85 (char *, struct request_info *); 87 (char *, struct request_info *); 89 (char *, struct request_info *); 91 (char *, struct request_info *); 93 (char *, struct request_info *); 95 (char *, struct request_info *); 97 (char *, struct request_info *); 99 (char *, struct request_info *); 101 (char *, struct request_info *); 103 (char *, struct request_info *); [all...] |
clean_exit.c | 31 clean_exit(struct request_info *request)
|
hosts_ctl.c | 34 struct request_info request;
|
eval.c | 6 * the sockets or TLI programming interfaces. The request_info and host_info 53 eval_user(struct request_info *request) 111 eval_client(struct request_info *request) 131 eval_server(struct request_info *request)
|
hosts_access.c | 88 static int table_match(const char *, struct request_info *); 89 static int list_match(char *, struct request_info *, 90 int (*)(char *, struct request_info *)); 91 static int server_match(char *, struct request_info *); 92 static int client_match(char *, struct request_info *); 108 pfilter_notify(struct request_info *request, int b) 127 hosts_access(struct request_info *request) 170 table_match(const char *table, struct request_info *request) 228 list_match(char *list, struct request_info *request, 229 int (*match_fn)(char *, struct request_info *)) [all...] |
percent_x.c | 40 struct request_info *request)
|
fix_options.c | 43 fix_options(struct request_info *request)
|
socket.c | 81 sock_host(struct request_info *request)
|
/src/usr.sbin/tcpdmatch/ |
tcpdmatch.c | 57 static void expand(char *, char *, struct request_info *); 58 static void tcpdmatch(struct request_info *); 70 struct request_info request; 280 static void expand(char *text, char *pattern, struct request_info *request) 290 static void tcpdmatch(struct request_info *request)
|
/src/usr.sbin/rpcbind/ |
security.c | 80 struct request_info req;
|
/src/usr.sbin/ypserv/ypserv/ |
ypserv.c | 134 struct request_info req;
|
/src/usr.sbin/lpr/lpd/ |
lpd.c | 604 struct request_info req;
|
/src/usr.sbin/inetd/ |
inetd.c | 525 struct request_info req;
|
/src/usr.sbin/syslogd/ |
tls.c | 1347 struct request_info req;
|
syslogd.c | 833 struct request_info req;
|