Home
last modified time | relevance | path

Searched refs:srv (Results 1 – 17 of 17) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dhttp_server.c29 struct http_server *srv; member
51 struct http_server *srv = req->srv; in http_request_cb() local
57 srv->cb(srv->cb_ctx, req); in http_request_cb()
67 static struct http_request * http_request_init(struct http_server *srv, int fd, in http_request_init() argument
72 if (srv->request_count >= HTTP_SERVER_MAX_CONNECTIONS) { in http_request_init()
81 req->srv = srv; in http_request_init()
100 struct http_server *srv; in http_request_deinit() local
105 srv = req->srv; in http_request_deinit()
107 r = srv->requests; in http_request_deinit()
113 srv->requests = r->next; in http_request_deinit()
[all …]
Dhttp_server.h36 void http_server_deinit(struct http_server *srv);
37 int http_server_get_port(struct http_server *srv);
/external/wpa_supplicant_8/src/ap/
Dauthsrv.c99 struct radius_server_conf srv; in hostapd_setup_radius_srv() local
101 os_memset(&srv, 0, sizeof(srv)); in hostapd_setup_radius_srv()
102 srv.client_file = conf->radius_server_clients; in hostapd_setup_radius_srv()
103 srv.auth_port = conf->radius_server_auth_port; in hostapd_setup_radius_srv()
104 srv.conf_ctx = conf; in hostapd_setup_radius_srv()
105 srv.eap_sim_db_priv = hapd->eap_sim_db_priv; in hostapd_setup_radius_srv()
106 srv.ssl_ctx = hapd->ssl_ctx; in hostapd_setup_radius_srv()
107 srv.msg_ctx = hapd->msg_ctx; in hostapd_setup_radius_srv()
108 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key; in hostapd_setup_radius_srv()
109 srv.eap_fast_a_id = conf->eap_fast_a_id; in hostapd_setup_radius_srv()
[all …]
/external/dnsmasq/src/
Dnetwork.c624 struct server *srv; in pre_allocate_sfds() local
649 for (srv = daemon->servers; srv; srv = srv->next) in pre_allocate_sfds()
650 if (!(srv->flags & (SERV_LITERAL_ADDRESS | SERV_NO_ADDR)) && in pre_allocate_sfds()
651 !allocate_sfd(&srv->source_addr, srv->interface) && in pre_allocate_sfds()
655 prettyprint_addr(&srv->addr, daemon->namebuff); in pre_allocate_sfds()
656 if (srv->interface[0] != 0) in pre_allocate_sfds()
659 strcat(daemon->namebuff, srv->interface); in pre_allocate_sfds()
Doption.c2972 struct mx_srv_record *srv; in read_opts() local
2974 for (srv = daemon->mxnames; srv; srv = srv->next) in read_opts()
2975 if (srv->issrv && in read_opts()
2976 strchr(srv->name, '.') && in read_opts()
2977 strchr(srv->name, '.') == strrchr(srv->name, '.')) in read_opts()
2979 strcpy(buff, srv->name); in read_opts()
2982 free(srv->name); in read_opts()
2983 srv->name = opt_string_alloc(buff); in read_opts()
/external/netcat/scripts/
Dwebsearch69 nc -v -i 1 -w 30 twelve.srv.lycos.com 80 < $IFILE
/external/chromium/net/base/
Dcert_database_nss.cc219 SECStatus srv = CERT_GetCertTrust(cert->os_cert_handle(), &nsstrust); in GetCertTrust() local
220 if (srv != SECSuccess) { in GetCertTrust()
Deffective_tld_names.gperf3309 srv.br, 0
Deffective_tld_names.dat498 srv.br
/external/wpa_supplicant/
Deap_testing.txt139 - EAP-TTLS / CHAP (using FreeRADIUS as inner auth srv)
143 - EAP-TTLS / EAP-MD5-Challenge (using FreeRADIUS as inner auth srv)
144 - EAP-TTLS / EAP-GTC (using FreeRADIUS as inner auth srv)
145 - EAP-TTLS / EAP-MSCHAPv2 (using FreeRADIUS as inner auth srv)
146 - EAP-TTLS / EAP-TLS (using FreeRADIUS as inner auth srv)
/external/wpa_supplicant_6/wpa_supplicant/
Deap_testing.txt176 - EAP-TTLS / CHAP (using FreeRADIUS as inner auth srv)
180 - EAP-TTLS / EAP-MD5-Challenge (using FreeRADIUS as inner auth srv)
181 - EAP-TTLS / EAP-GTC (using FreeRADIUS as inner auth srv)
182 - EAP-TTLS / EAP-MSCHAPv2 (using FreeRADIUS as inner auth srv)
183 - EAP-TTLS / EAP-TLS (using FreeRADIUS as inner auth srv)
/external/wpa_supplicant_8/wpa_supplicant/
Deap_testing.txt176 - EAP-TTLS / CHAP (using FreeRADIUS as inner auth srv)
180 - EAP-TTLS / EAP-MD5-Challenge (using FreeRADIUS as inner auth srv)
181 - EAP-TTLS / EAP-GTC (using FreeRADIUS as inner auth srv)
182 - EAP-TTLS / EAP-MSCHAPv2 (using FreeRADIUS as inner auth srv)
183 - EAP-TTLS / EAP-TLS (using FreeRADIUS as inner auth srv)
/external/dbus/
Dupdate-dbus-docs.sh56 scp -p doc/introspect.dtd "${user}"dbus.freedesktop.org:/srv/specifications.freedesktop.org/www/dbu…
DHACKING192 dbus.freedesktop.org:/srv/dbus.freedesktop.org/www/releases/dbus/dbus-X.Y.Z.tar.gz.
/external/dnsmasq/
Ddnsmasq.conf.example24 # dnsmasq (via srv-host= lines) are not suppressed by it.
485 # You may add multiple srv-host lines.
494 #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389
499 #srv-host=_ldap._tcp,ldapserver.example.com,389
502 #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,1
503 #srv-host=_ldap._tcp.example.com,ldapserver.example.com,389,2
507 #srv-host=_ldap._tcp.example.com
/external/bluetooth/bluez/test/
Dsap-client821 time.sleep(timeout) # let srv to close rfcomm
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en24796 http://www.anteques.com/srv/antaday/15390.htm
30434 http://www.cars.com/carsapp/national/?srv=parser&act=display&tf=/advice/shopping/superstores/retail…
44109 http://www.gbn.com/PageDisplayServlet.srv?page=legal
71808 http://www.srv.net/opt/sunchrt.html
71809 http://www.srv.net/~csei/history.htm
79336 http://www.washingtonpost.com/wp-srv/metro/usersguides/loudoun/CommEvnts.html
79337 http://www.washingtonpost.com/wp-srv/politics/debatereferee/debate_1008.html
79338 http://www.washingtonpost.com/wp-srv/realestate/hpr/help.htm
79339 http://www.washingtonpost.com/wp-srv/style/longterm/books/chap1/emperor.htm
79340 http://www.washingtonpost.com/wp-srv/style/longterm/books/chap1/manwhomadearevolution.htm
[all …]