Home
last modified time | relevance | path

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

12345678910>>...62

/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A Dhttpd.c125 pvc->profile->http.rtp_vlanid = vr.vlr_tag; in voss_httpd_bind_rtp()
127 pvc->profile->http.rtp_vlanid = 0; in voss_httpd_bind_rtp()
193 uint16_t port = atoi(pvc->profile->http.rtp_port); in voss_httpd_send_rtp_sub()
227 pkt.rtp.header16[1] = htobe16(pvc->profile->http.rtp_seqnum); in voss_httpd_send_rtp_sub()
236 pvc->profile->http.rtp_seqnum++; in voss_httpd_send_rtp_sub()
237 pvc->profile->http.rtp_ts += len / (2 * pvc->channels); in voss_httpd_send_rtp_sub()
264 for (x = 0; x < pvc->profile->http.nstate; x++) in voss_httpd_usage()
265 usage += (pvc->profile->http.state[x].fd != -1); in voss_httpd_usage()
504 "<meta http-equiv=\"Cache-Control\" content=\"no-cache, no-store, must-revalidate\" />" in voss_httpd_handle_connection()
505 "<meta http in voss_httpd_handle_connection()
[all...]
/freebsd/contrib/ntp/html/scripts/
H A Dexternal.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/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.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/contrib/libevent/include/event2/
H A Dhttp.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/lib/libc/tests/net/getaddrinfo/
H A Dgetaddrinfo_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/lib/libc/tests/net/getaddrinfo/data/
H A Dgenerate_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/contrib/ntp/sntp/libevent/
H A Dhttp.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/contrib/libevent/
H A Dhttp.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/contrib/ntp/sntp/libevent/test/
H A Dregress_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 …]
H A Dregress_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 …]
H A Dbench_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/contrib/libevent/test/
H A Dregress_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 …]
H A Dregress_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 …]
H A Dbench_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/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dt_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/contrib/file/magic/Magdir/
H A Dole2compounddocs107 # 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 …]
H A Djpeg107 # 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/stand/efi/libefi/
H A Defihttp.c69 EFI_HTTP_PROTOCOL *http; member
306 (void **)&oh->http, IH, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL); in efihttp_dev_open()
319 status = oh->http->Configure(oh->http, &config); in efihttp_dev_open()
429 status = oh->http->GetModeData(oh->http, &config); in _efihttp_fs_open()
432 status = oh->http->Configure(oh->http, NULL); in _efihttp_fs_open()
435 status = oh->http->Configure(oh->http, &config); in _efihttp_fs_open()
478 status = oh->http->Request(oh->http, &token); in _efihttp_fs_open()
488 status = oh->http->Poll(oh->http); in _efihttp_fs_open()
515 status = oh->http->Response(oh->http, &token); in _efihttp_fs_open()
523 status = oh->http->Poll(oh->http); in _efihttp_fs_open()
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dbrowser-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()
H A Dbrowser-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()
H A Dbrowser-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/share/doc/papers/
H A Dbsdreferences.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/contrib/jemalloc/
H A DTUNING.md14 [malloc_conf](http://jemalloc.net/jemalloc.3.html#tuning).
16 * [background_thread](http://jemalloc.net/jemalloc.3.html#background_thread)
26 * [metadata_thp](http://jemalloc.net/jemalloc.3.html#opt.metadata_thp)
38 * [dirty_decay_ms](http://jemalloc.net/jemalloc.3.html#opt.dirty_decay_ms) and
39 [muzzy_decay_ms](http://jemalloc.net/jemalloc.3.html#opt.muzzy_decay_ms)
49 * [narenas](http://jemalloc.net/jemalloc.3.html#opt.narenas)
60 * [percpu_arena](http://jemalloc.net/jemalloc.3.html#opt.percpu_arena)
103 * [Explicit arenas](http://jemalloc.net/jemalloc.3.html#arenas.create)
109 [mallocx()](http://jemalloc.net/jemalloc.3.html#MALLOCX_ARENA) to improve
112 time](http://jemalloc.net/jemalloc.3.html#arena.i.dirty_decay_ms) if
[all …]
/freebsd/tools/regression/iscsi/
H A Dinitiator-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
54 http://ftp.postgresql.org/pub/binary/v9.2.3/solaris/solaris11/i386/postgresql-9.2.3-S11.i386-32.tar.bz2
/freebsd/crypto/openssl/demos/certs/
H A Docspquery.sh19 -url http://127.0.0.1:8888/
21 -url http://127.0.0.1:8888/
23 -url http://127.0.0.1:8888/
28 -CAfile root.pem -url http://127.0.0.1:8888/

12345678910>>...62