/freebsd/contrib/ntp/html/scripts/ |
H A D | external.txt | 2 <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 D | http.h | 101 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 D | http.h | 101 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/ntp/sntp/libevent/ |
H A D | http.c | 207 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 D | http.c | 207 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 D | regress_rpc.c | 140 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 D | regress_http.c | 515 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 D | bench_http.c | 89 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 D | regress_rpc.c | 140 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 D | regress_http.c | 515 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 D | bench_http.c | 89 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 D | t_getaddrinfo.sh | 71 ( $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/stand/efi/libefi/ |
H A D | efihttp.c | 70 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/contrib/file/magic/Magdir/ |
H A D | ole2compounddocs | 107 # 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 D | jpeg | 107 # 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/contrib/wpa/src/utils/ |
H A D | browser-system.c | 67 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 D | browser-android.c | 67 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 D | browser-wpadebug.c | 68 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/crypto/openssl/demos/certs/ |
H A D | ocspquery.sh | 12 -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/tools/regression/iscsi/ |
H A D | initiator-instructions.txt | 31 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/contrib/tzdata/ |
H A D | southamerica | 113 # http://ar.clarin.com/diario/2001-06-06/e-01701.htm 116 # http://www.boletin.jus.gov.ar/BON/Primera/1999/09-Septiembre/21/PDF/BO21-09-99LEG.PDF 122 # http://ar.clarin.com/diario/2001-06-12/s-03501.htm 127 # http://www.clarin.com.ar/diario/2001-06-22/s-03601.htm 135 # http://www.lanacion.com.ar/opinion/nota.asp?nota_id=973037 indicate 145 # http://www.lanacion.com.ar/politica/nota.asp?nota_id=973996 155 # http://www.worldtimezone.com/dst_news/dst_news_argentina03.html 156 # http://www.impulsobaires.com.ar/nota.php?id=57832 (in spanish) 161 # http://www.infoleg.gov.ar/infolegInternet/anexos/60000-64999/60036/norma.htm 163 # http://www.infoleg.gov.ar/infolegInternet/anexos/135000-139999/136191/norma.htm [all …]
|
/freebsd/share/doc/papers/ |
H A D | bsdreferences.bib | 10 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/openresolv/ |
H A D | README.md | 26 [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/usr.sbin/bsdconfig/share/media/ |
H A D | http.subr | 32 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 …]
|
/freebsd/contrib/wpa/src/wps/ |
H A D | wps_er.c | 84 http_client_free(sta->http); in wps_er_sta_free() 156 http_client_free(ap->http); in wps_er_ap_free() 157 ap->http = NULL; in wps_er_ap_free() 210 http_client_free(ap->http); in wps_er_http_unsubscribe_cb() 211 ap->http = NULL; in wps_er_http_unsubscribe_cb() 233 if (ap->http) { in wps_er_ap_unsubscribe() 261 ap->http = http_client_addr(&dst, req, 1000, in wps_er_ap_unsubscribe() 263 if (ap->http == NULL) { in wps_er_ap_unsubscribe() 341 http_client_free(ap->http); in wps_er_ap_remove_entry() 342 ap->http = NULL; in wps_er_ap_remove_entry() [all …]
|