Home
last modified time | relevance | path

Searched refs:endpoints (Results 1 – 25 of 67) sorted by relevance

123

/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dlistenlist.c233 isc_nm_proxy_type_t proxy, char **endpoints, in ns_listenelt_create_http()
239 REQUIRE(endpoints != NULL && *endpoints != NULL); in ns_listenelt_create_http()
246 (*target)->http_endpoints = endpoints; in ns_listenelt_create_http()
260 isc_mem_free(mctx, endpoints[i]); in ns_listenelt_destroy()
262 isc_mem_free(mctx, endpoints); in ns_listenelt_destroy()
216 ns_listenelt_create_http(isc_mem_t * mctx,in_port_t http_port,dns_acl_t * acl,const uint16_t family,bool tls,const ns_listen_tls_params_t * tls_params,isc_tlsctx_cache_t * tlsctx_cache,char ** endpoints,size_t nendpoints,const uint32_t max_clients,const uint32_t max_streams,ns_listenelt_t ** target) ns_listenelt_create_http() argument
/netbsd-src/sys/dev/usb/
H A Duchcom.c228 struct uchcom_endpoints endpoints; in uchcom_attach() local
252 if (find_endpoints(sc, &endpoints)) in uchcom_attach()
255 sc->sc_intr_endpoint = endpoints.ep_intr; in uchcom_attach()
256 sc->sc_intr_size = endpoints.ep_intr_size; in uchcom_attach()
260 ucaa.ucaa_bulkin = endpoints.ep_bulkin; in uchcom_attach()
261 ucaa.ucaa_bulkout = endpoints.ep_bulkout; in uchcom_attach()
347 find_endpoints(struct uchcom_softc *sc, struct uchcom_endpoints *endpoints) in find_endpoints() argument
399 endpoints->ep_intr = intr; in find_endpoints()
400 endpoints->ep_intr_size = isize; in find_endpoints()
401 endpoints->ep_bulkin = bin; in find_endpoints()
[all …]
H A Dvhci.c212 } endpoints[VHCI_NADDRS]; member
286 reqlist = &port->endpoints[addr].host_to_usb; in vhci_pkt_ctrl_create()
305 reslist = &port->endpoints[addr].usb_to_host; in vhci_pkt_ctrl_create()
320 datlist = &port->endpoints[addr].usb_to_host; in vhci_pkt_ctrl_create()
322 datlist = &port->endpoints[addr].host_to_usb; in vhci_pkt_ctrl_create()
365 pktlist = &port->endpoints[pkt->addr].usb_to_host; in vhci_pkt_destroy()
367 pktlist = &port->endpoints[pkt->addr].host_to_usb; in vhci_pkt_destroy()
840 pktlist = &port->endpoints[addr].host_to_usb; in vhci_port_flush()
851 pktlist = &port->endpoints[addr].usb_to_host; in vhci_port_flush()
1048 pktlist = &port->endpoints[vfd->addr].host_to_usb; in vhci_fd_read()
[all …]
H A Dusb_subr.c537 struct usbd_endpoint *endpoints; in usbd_fill_iface_data() local
551 endpoints = kmem_alloc(nendpt * sizeof(struct usbd_endpoint), in usbd_fill_iface_data()
554 endpoints = NULL; in usbd_fill_iface_data()
590 endpoints[endpt].ue_edesc = ed; in usbd_fill_iface_data()
613 endpoints[endpt].ue_refcnt = 0; in usbd_fill_iface_data()
614 endpoints[endpt].ue_toggle = 0; in usbd_fill_iface_data()
630 ifc->ui_endpoints = endpoints; in usbd_fill_iface_data()
635 if (endpoints) in usbd_fill_iface_data()
636 kmem_free(endpoints, nendpt * sizeof(struct usbd_endpoint)); in usbd_fill_iface_data()
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Ddoh_test.c106 static isc_nm_http_endpoints_t *endpoints = NULL;
371 INSIST(endpoints == NULL); in teardown_test()
372 endpoints = isc_nm_http_endpoints_new(mctx); in teardown_test()
400 isc_nm_http_endpoints_detach(&endpoints); in doh_receive_reply_cb()
512 result = isc_nm_http_endpoints_add(endpoints, ISC_NM_HTTP_DEFAULT_PATH, in doh_noop()
516 &tcp_listen_addr, 0, NULL, NULL, endpoints, in doh_noop()
543 result = isc_nm_http_endpoints_add(endpoints, ISC_NM_HTTP_DEFAULT_PATH, in doh_noresponse()
548 &tcp_listen_addr, 0, NULL, NULL, endpoints, in doh_noresponse()
586 result = isc_nm_http_endpoints_add(endpoints, ISC_NM_HTTP_DEFAULT_PATH, in timeout_query_sent_cb()
591 &tcp_listen_addr, 0, NULL, NULL, endpoints, in timeout_retry_cb()
96 static isc_nm_http_endpoints_t *endpoints = NULL; global() variable
[all...]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dbad-doh-duplicates.conf20 endpoints { "/dns-query"; };
27 endpoints { "/dns-query"; };
H A Dbad-doh-default.conf17 endpoints { "/dns-query"; };
H A Dbad-doh-3.conf15 endpoints { "/dns-query"; };
H A Dbad-doh-badpath-2.conf16 endpoints { "//"; };
H A Dbad-doh-badpath-3.conf16 endpoints { "/dns-query?dns="; };
H A Dbad-doh-badpath-1.conf16 endpoints { "dns-query"; };
H A Dbad-doh-1.conf20 endpoints { "/dns-query"; };
H A Dgood-doh-2.conf20 endpoints { "/dns-query"; };
H A Dbad-dot-nocert.conf19 endpoints { "/dns-query"; };
H A Dbad-dot-nokey.conf19 endpoints { "/dns-query"; };
H A Dgood-doh-1.conf20 endpoints { "/dns-query"; };
H A Dgood-doh-tlsopts.conf25 endpoints { "/dns-query"; };
/netbsd-src/external/mpl/bind/dist/lib/ns/include/ns/
H A Dlistenlist.h106 isc_nm_proxy_type_t proxy, char **endpoints,
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dr8a7742-iwg21d-q7-dbcm-ca.dts199 * Below configuration ties VINx endpoints to ov5640/ov7725 camera endpoints
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dnetmgr-int.h712 isc_nm_http_endpoints_t *endpoints; global() member
/netbsd-src/external/mit/expat/dist/cmake/autotools/
H A Dexpat-config-version.cmake.in28 # both endpoints of the range must have the expected major version
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.5.rst
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dsocketmap_table20 # UNIX-domain endpoints of the form \fBunix:\fIpathname\fB:\fIname\fR.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_export_keying_material.pod26 established between the two endpoints. The functions
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_export_keying_material.pod26 established between the two endpoints. The functions

123