Home
last modified time | relevance | path

Searched refs:server_type (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFTP.c226 static eServerType server_type = GENERIC_SERVER; /* the type of ftp host */ variable
628 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 …]
/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_core.c1804 static const char *server_type(cmd_parms *cmd, void *dummy, char *arg) in server_type() function
3202 { "ServerType", server_type, NULL, RSRC_CONF, TAKE1,