Home | History | Annotate | Download | only in libwrap

Lines Matching refs:request_info

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 *))
263 server_match(char *tok, struct request_info *request)
278 client_match(char *tok, struct request_info *request)