Home
last modified time | relevance | path

Searched refs:http (Results 1 – 25 of 1692) sorted by relevance

12345678910>>...68

/freebsd-head/contrib/ntp/html/scripts/
HDexternal.txt2 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/book.html'>Computer Network Time Synch…
3 <li class='inline'><a href='http://www.ntp.org/index.html'>NTP Public Services Project (home page)<…
4 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/ntp.html'>NTP Research Project (home p…
5 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/exec.html'>Executive Summary: Computer…
6 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/leap.html'>The NTP Timescale and Leap …
7 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/time.html'>NTP Timestamp Calculations<…
8 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/y2k.html'>The NTP Era and Era Numberin…
9 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/stamp.html'>Timestamp Capture Principl…
10 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/onwire.html'>Analysis and Simulation o…
11 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/proximity.html'>Time Synchroization fo…
[all …]
/freebsd-head/contrib/ntp/sntp/libevent/include/event2/
HDhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
115 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
134 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd);
147 struct evhttp_bound_socket *evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t f…
155 struct evhttp_bound_socket *evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listen…
175 void evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, voi…
195 void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket);
216 void evhttp_free(struct evhttp* http);
220 void evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size);
223 void evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size);
[all …]
/freebsd-head/contrib/libevent/include/event2/
HDhttp.h101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
115 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
134 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd);
147 struct evhttp_bound_socket *evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t f…
155 struct evhttp_bound_socket *evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listen…
175 void evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, voi…
195 void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket);
216 void evhttp_free(struct evhttp* http);
220 void evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size);
223 void evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size);
[all …]
/freebsd-head/lib/libc/tests/net/getaddrinfo/data/
HDgenerate_testdata.sh5 ( $TEST ::1 http
6 $TEST 127.0.0.1 http
7 $TEST localhost http
15 ( $TEST -4 localhost http
16 $TEST -6 localhost http ) > spec_fam_${family}.exp
18 ( $TEST '' http
22 $TEST -P '' http
42 ( $TEST fe80::1%lo0 http
/freebsd-head/lib/libc/tests/net/getaddrinfo/
HDgetaddrinfo_test.sh101 ( $TEST ::1 http
102 $TEST 127.0.0.1 http
103 $TEST localhost http
129 ( $TEST ::1 http
130 $TEST 127.0.0.1 http
131 $TEST localhost http
157 ( $TEST -4 localhost http
158 $TEST -6 localhost http ) > out 2>&1
178 ( $TEST -4 localhost http
179 $TEST -6 localhost http ) > out 2>&1
[all …]
/freebsd-head/contrib/libevent/
HDhttp.c207 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
1242 struct evhttp *http = evcon->http_server; in evhttp_connection_free() local
1243 TAILQ_REMOVE(&http->connections, evcon, next); in evhttp_connection_free()
3399 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias() argument
3405 TAILQ_FOREACH(alias, &http->aliases, next) { in evhttp_find_alias()
3409 *outhttp = http; in evhttp_find_alias()
3416 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) { in evhttp_find_alias()
3436 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost() argument
3443 if (evhttp_find_alias(http, outhttp, hostname)) in evhttp_find_vhost()
3447 oldhttp = http; in evhttp_find_vhost()
[all …]
/freebsd-head/contrib/ntp/sntp/libevent/
HDhttp.c207 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
1242 struct evhttp *http = evcon->http_server; in evhttp_connection_free() local
1243 TAILQ_REMOVE(&http->connections, evcon, next); in evhttp_connection_free()
3399 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias() argument
3405 TAILQ_FOREACH(alias, &http->aliases, next) { in evhttp_find_alias()
3409 *outhttp = http; in evhttp_find_alias()
3416 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) { in evhttp_find_alias()
3436 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost() argument
3443 if (evhttp_find_alias(http, outhttp, hostname)) in evhttp_find_vhost()
3447 oldhttp = http; in evhttp_find_vhost()
[all …]
/freebsd-head/contrib/libevent/test/
HDregress_rpc.c140 struct evhttp *http = NULL; in rpc_setup() local
143 http = http_setup(&port); in rpc_setup()
144 base = evrpc_init(http); in rpc_setup()
149 *phttp = http; in rpc_setup()
187 struct evhttp *http = NULL; in rpc_basic_test() local
192 rpc_setup(&http, &port, &base); in rpc_basic_test()
226 evhttp_free(http); in rpc_basic_test()
256 struct evhttp *http = NULL; in rpc_basic_message() local
262 rpc_setup(&http, &port, &base); in rpc_basic_message()
304 evhttp_free(http); in rpc_basic_message()
[all …]
HDregress_http.c515 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl() local
521 if (http_bind(http, &port2, server_flags) == -1) { in http_basic_test_impl()
586 evhttp_free(http); in http_basic_test_impl()
692 struct evhttp *http = http_setup(&port, data->base, 0); in http_bad_request_test() local
698 if (http_bind(http, &port2, 0) == -1) in http_bad_request_test()
760 evhttp_free(http); in http_bad_request_test()
814 struct evhttp *http = http_setup(&port, data->base, 0); in http_delete_test() local
819 tt_assert(http); in http_delete_test()
842 evhttp_free(http); in http_delete_test()
898 struct evhttp *http = http_setup(&port, data->base, 0); in http_on_complete_test() local
[all …]
HDbench_http.c89 struct evhttp *http; in main() local
162 http = evhttp_new(base); in main()
174 evhttp_set_cb(http, "/ind", http_basic_cb, NULL); in main()
177 evhttp_set_cb(http, "/ref", http_ref_cb, NULL); in main()
184 evhttp_bind_socket(http, "0.0.0.0", port); in main()
/freebsd-head/contrib/ntp/sntp/libevent/test/
HDregress_rpc.c140 struct evhttp *http = NULL; in rpc_setup() local
143 http = http_setup(&port); in rpc_setup()
144 base = evrpc_init(http); in rpc_setup()
149 *phttp = http; in rpc_setup()
187 struct evhttp *http = NULL; in rpc_basic_test() local
192 rpc_setup(&http, &port, &base); in rpc_basic_test()
226 evhttp_free(http); in rpc_basic_test()
256 struct evhttp *http = NULL; in rpc_basic_message() local
262 rpc_setup(&http, &port, &base); in rpc_basic_message()
304 evhttp_free(http); in rpc_basic_message()
[all …]
HDregress_http.c515 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl() local
521 if (http_bind(http, &port2, server_flags) == -1) { in http_basic_test_impl()
586 evhttp_free(http); in http_basic_test_impl()
692 struct evhttp *http = http_setup(&port, data->base, 0); in http_bad_request_test() local
698 if (http_bind(http, &port2, 0) == -1) in http_bad_request_test()
760 evhttp_free(http); in http_bad_request_test()
814 struct evhttp *http = http_setup(&port, data->base, 0); in http_delete_test() local
819 tt_assert(http); in http_delete_test()
842 evhttp_free(http); in http_delete_test()
898 struct evhttp *http = http_setup(&port, data->base, 0); in http_on_complete_test() local
[all …]
HDbench_http.c89 struct evhttp *http; in main() local
162 http = evhttp_new(base); in main()
174 evhttp_set_cb(http, "/ind", http_basic_cb, NULL); in main()
177 evhttp_set_cb(http, "/ref", http_ref_cb, NULL); in main()
184 evhttp_bind_socket(http, "0.0.0.0", port); in main()
/freebsd-head/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
HDt_getaddrinfo.sh71 ( $TEST ::1 http
72 $TEST 127.0.0.1 http
73 $TEST localhost http
93 ( $TEST -4 localhost http
94 $TEST -6 localhost http ) > out 2>&1
108 ( $TEST '' http
112 $TEST -P '' http
180 ( $TEST fe80::1%lo0 http
/freebsd-head/contrib/file/magic/Magdir/
HDole2compounddocs107 # http://www.q-cad.com/files/samples_cad_files/1344468165.dgn
110 # URL: http://fileformats.archiveteam.org/wiki/WordPerfect
118 # URL: http://fileformats.archiveteam.org/wiki/Microsoft_Works_Word_Processor
125 # URL: http://fileformats.archiveteam.org/wiki/Microsoft_Works_Spreadsheet
132 # URL: http://fileformats.archiveteam.org/wiki/XLS
142 # URL: http://fileformats.archiveteam.org/wiki/PPT
206 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/a/arn-autoruns-v14.trid.xml
218 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/m/mdz.trid.xml
219 # http://fileformats.archiveteam.org/wiki/Microsoft_Compound_File
229 # http://extension.nirsoft.net/mdz
[all …]
HDjpeg107 # URL: http://fileformats.archiveteam.org/wiki/HSI_JPEG
108 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-hsi1.trid.xml
124 # URL: http://fileformats.archiveteam.org/wiki/JP2
125 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-jpeg2k.trid.xml
131 # URL: http://fileformats.archiveteam.org/wiki/JPX
132 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-jpx.trid.xml
137 # URL: http://fileformats.archiveteam.org/wiki/JPM
138 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-jpm.trid.xml
143 # URL: http://fileformats.archiveteam.org/wiki/MJ2
144 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/v/video-mj2.trid.xml
[all …]
/freebsd-head/stand/efi/libefi/
HDefihttp.c70 EFI_HTTP_PROTOCOL *http; member
307 (void **)&oh->http, IH, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL); in efihttp_dev_open()
320 status = oh->http->Configure(oh->http, &config); in efihttp_dev_open()
430 status = oh->http->GetModeData(oh->http, &config); in _efihttp_fs_open()
433 status = oh->http->Configure(oh->http, NULL); in _efihttp_fs_open()
436 status = oh->http->Configure(oh->http, &config); in _efihttp_fs_open()
479 status = oh->http->Request(oh->http, &token); in _efihttp_fs_open()
489 status = oh->http->Poll(oh->http); in _efihttp_fs_open()
516 status = oh->http->Response(oh->http, &token); in _efihttp_fs_open()
524 status = oh->http->Poll(oh->http); in _efihttp_fs_open()
[all …]
/freebsd-head/contrib/wpa/src/utils/
HDbrowser-system.c67 struct http_server *http; in hs20_web_browser() local
81 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser()
82 if (http == NULL) { in hs20_web_browser()
91 http_server_deinit(http); in hs20_web_browser()
113 http_server_deinit(http); in hs20_web_browser()
HDbrowser-android.c67 struct http_server *http; in hs20_web_browser() local
81 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser()
82 if (http == NULL) { in hs20_web_browser()
91 http_server_deinit(http); in hs20_web_browser()
117 http_server_deinit(http); in hs20_web_browser()
HDbrowser-wpadebug.c68 struct http_server *http; in hs20_web_browser() local
82 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser()
83 if (http == NULL) { in hs20_web_browser()
92 http_server_deinit(http); in hs20_web_browser()
126 http_server_deinit(http); in hs20_web_browser()
/freebsd-head/crypto/openssl/demos/certs/
HDocspquery.sh12 -url http://127.0.0.1:8888/
14 -url http://127.0.0.1:8888/
16 -url http://127.0.0.1:8888/
21 -CAfile root.pem -url http://127.0.0.1:8888/
/freebsd-head/tools/regression/iscsi/
HDinitiator-instructions.txt31 http://www.iozone.org/src/current/iozone3_397.tar
32 http://www.gtlib.gatech.edu/pub/debian/pool/main/p/postmark/postmark_1.53.orig.tar.gz
45 http://www.coker.com.au/bonnie++/experimental/bonnie++-1.97.tgz
46 http://www.iozone.org/src/current/iozone3_397.tar
47 http://www.gtlib.gatech.edu/pub/debian/pool/main/p/postmark/postmark_1.53.orig.tar.gz
54http://ftp.postgresql.org/pub/binary/v9.2.3/solaris/solaris11/i386/postgresql-9.2.3-S11.i386-32.ta…
/freebsd-head/share/doc/papers/
HDbsdreferences.bib10 url = {http://dl.acm.org/citation.cfm?id=2592801},
26 url = {http://doi.acm.org/10.1145/956993.957010},
46 url = {http://doi.acm.org/10.1145/1384609.1384613},
64 url = {http://dl.acm.org/citation.cfm?id=1161734.1162020},
79 url = {http://doi.acm.org/10.1145/1985441.1985463},
98 url = {http://doi.acm.org/10.1145/1370750.1370766},
118 url = {http://doi.acm.org/10.1145/2786763.2694367},
138 url = {http://doi.acm.org/10.1145/2775054.2694367},
156 url = {http://doi.acm.org/10.1145/2694344.2694367},
176 url = {http://doi.acm.org/10.1145/360271.360272},
[all …]
/freebsd-head/contrib/openresolv/
HDREADME.md26 [Debian implementation](http://qref.sourceforge.net/Debian/reference/ch-gateway.en.html#s-dns-resol…
29 [POSIX shell and userland](http://www.opengroup.org/onlinepubs/009695399)
34 [BSD license](http://www.freebsd.org/copyright/freebsd-license.html)
57 * [unbound](http://www.unbound.net/)
58 * [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html)
59 * [ISC BIND](http://www.isc.org/software/bind)
60 * [PowerDNS Recursor](http://wiki.powerdns.com/trac)
/freebsd-head/usr.sbin/bsdconfig/share/media/
HDhttp.subr32 f_dprintf "%s: loading includes..." media/http.subr
111 setvar $VAR_HTTP_PATH "http://$value"
126 # http://myhost
127 # http://somename:80/pub/
128 # http://192.168.2.3/pub/
129 # http://[::1]:8000/
142 # example case of IPv6 where VAR_HTTP_PATH is "http://[::1]" this
147 # http://hostname:OTHER_PORT
148 # http://hostname:OTHER_PORT/*
149 # http://ip:OTHER_PORT
[all …]

12345678910>>...68