Home
last modified time | relevance | path

Searched refs:connection_info (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dservconf.h195 struct connection_info { struct
233 struct connection_info *get_connection_info(int, int);
237 int *, struct connection_info *);
240 struct connection_info *);
241 void parse_server_match_config(ServerOptions *, struct connection_info *);
242 int parse_server_match_testspec(struct connection_info *, char *);
243 int server_match_spec_complete(struct connection_info *);
Dsshd.c1374 struct connection_info *connection_info = get_connection_info(0, 0); local
1498 if (parse_server_match_testspec(connection_info,
1570 if (test_flag >= 2 && server_match_spec_complete(connection_info) == 0)
1573 if (test_flag < 2 && server_match_spec_complete(connection_info) >= 0)
1799 if (server_match_spec_complete(connection_info) == 1)
1800 parse_server_match_config(&options, connection_info);
Dservconf.c699 struct connection_info *
703 static struct connection_info ci; in get_connection_info()
781 match_cfg_line(char **condition, int line, struct connection_info *ci) in match_cfg_line()
961 struct connection_info *connectinfo) in process_server_config_line()
1907 struct connection_info *connectinfo) in parse_server_match_config()
1926 int parse_server_match_testspec(struct connection_info *ci, char *spec) in parse_server_match_testspec()
1959 int server_match_spec_complete(struct connection_info *ci) in server_match_spec_complete()
2070 struct connection_info *connectinfo) in parse_server_config()
Dauth.c643 struct connection_info *ci = get_connection_info(1, options.use_dns); in getpwnamallow()
/external/libmicrohttpd/doc/chapters/
Dlargerpost.inc109 If the server is not busy, the @code{connection_info} structure is initialized as usual, with
133 Therefore, the @code{connection_info} structure is extended to hold the most current response
207 @code{connection_info}, so that the it is preserved between successive iterations.
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info1130 If the server is not busy, the `connection_info' structure is
1152 message ready at all times. Therefore, the `connection_info' structure
1219 handle in every `connection_info', so that the it is preserved between