Searched refs:server_type (Results 1 – 2 of 2) sorted by relevance
226 static eServerType server_type = GENERIC_SERVER; /* the type of ftp host */ variable628 if ((result == 255 && server_type == CMS_SERVER) && in response()935 server_type = GENERIC_SERVER; /* reset */ in get_connection()947 server_type = NETPRESENZ_SERVER; in get_connection()1021 if (server_type != NETPRESENZ_SERVER) in get_connection()1022 server_type = GENERIC_SERVER; /* reset */ in get_connection()1028 server_type = MACHTEN_SERVER; in get_connection()1034 server_type = UNIX_SERVER; in get_connection()1040 server_type = MSDOS_SERVER; in get_connection()1051 server_type = UNIX_SERVER; in get_connection()[all …]
1804 static const char *server_type(cmd_parms *cmd, void *dummy, char *arg) in server_type() function3202 { "ServerType", server_type, NULL, RSRC_CONF, TAKE1,