Home
last modified time | relevance | path

Searched defs:endpoint (Results 1 – 25 of 35) sorted by relevance

12

/third_party/libcoap/src/
Dcoap_netif.c35 coap_netif_available_ep(coap_endpoint_t *endpoint) { in coap_netif_available_ep()
40 coap_netif_dgrm_listen(coap_endpoint_t *endpoint, in coap_netif_dgrm_listen()
99 coap_netif_dgrm_read_ep(coap_endpoint_t *endpoint, coap_packet_t *packet) { in coap_netif_dgrm_read_ep()
158 coap_netif_strm_listen(coap_endpoint_t *endpoint, in coap_netif_strm_listen()
170 coap_netif_strm_accept(coap_endpoint_t *endpoint, coap_session_t *session) { in coap_netif_strm_accept()
265 coap_netif_close_ep(coap_endpoint_t *endpoint) { in coap_netif_close_ep()
Dcoap_net.c542 coap_endpoint_t *endpoint = coap_new_endpoint(c, listen_addr, COAP_PROTO_UDP); in coap_new_context() local
1983 coap_read_endpoint(coap_context_t *ctx, coap_endpoint_t *endpoint, coap_tick_t now) { in coap_read_endpoint()
2030 coap_write_endpoint(coap_context_t *ctx, coap_endpoint_t *endpoint, coap_tick_t now) { in coap_write_endpoint()
2039 coap_accept_endpoint(coap_context_t *ctx, coap_endpoint_t *endpoint, in coap_accept_endpoint()
4117 coap_endpoint_t *endpoint; in coap_join_mcast_group_intf() local
Dcoap_session.c523 coap_context_t *context, coap_endpoint_t *endpoint) { in coap_make_session()
1108 coap_endpoint_get_session(coap_endpoint_t *endpoint, in coap_endpoint_get_session()
2046 coap_endpoint_str(const coap_endpoint_t *endpoint) { in coap_endpoint_str()
/third_party/node/deps/npm/node_modules/libnpmhook/lib/
Dindex.js8 cmd.add = (name, endpoint, secret, opts = {}) => { argument
21 body: { type, name, endpoint, secret }, property
39 cmd.update = (id, endpoint, secret, opts = {}) => { argument
44 body: { endpoint, secret }, property
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dstatic-policy.json44 "endpoint": "api.amazon.com", string
60 "endpoint": "alexa.na.gateway.devices.a2z.com", string
78 "endpoint": "alexa.na.gateway.devices.a2z.com", string
98 "endpoint": "alexa.na.gateway.devices.a2z.com", string
116 "endpoint": "warmcat.com", string
139 "endpoint": "warmcat.com", string
153 "endpoint": "warmcat.com", string
166 "endpoint": "warmcat.com", string
179 "endpoint": "a1ygonr3im5cv2-ats.iot.us-west-2.amazonaws.com", string
192 "endpoint": "a1ygonr3im5cv2-ats.iot.us-west-2.amazonaws.com", string
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dusb.h190 #define usb_sndctrlpipe(dev,endpoint) \ argument
193 #define usb_rcvctrlpipe(dev,endpoint) \ argument
196 #define usb_sndisocpipe(dev,endpoint) \ argument
199 #define usb_rcvisocpipe(dev,endpoint) \ argument
202 #define usb_sndbulkpipe(dev,endpoint) \ argument
205 #define usb_rcvbulkpipe(dev,endpoint) \ argument
208 #define usb_sndintpipe(dev,endpoint) \ argument
211 #define usb_rcvintpipe(dev,endpoint) \ argument
240 struct usb_host_endpoint *endpoint; /* (in) pipe pointer */ member
/third_party/node/deps/npm/test/lib/commands/
Dhook.js32 endpoint: 'https://google.com', property
173 endpoint: 'https://google.com', property
278 endpoint: 'https://google.com', property
326 endpoint: 'https://google.com', property
332 endpoint: 'https://google.com', property
338 endpoint: 'https://google.com', property
474 endpoint: 'https://google.com', property
575 endpoint: 'https://google.com', property
/third_party/node/deps/npm/node_modules/libnpmhook/
DREADME.md85 endpoint: 'https://example.com/api/added', argument
200 endpoint: 'https://example.com/api/other', argument
/third_party/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h53 int8_t endpoint; member
361 int endpoint; in extract_unorm_endpoints() local
873 int endpoint, component; in extract_float_endpoints() local
1211 int endpoint; in get_rgba_endpoints_unorm() local
1307 int endpoint; in write_rgb_indices_unorm() local
1408 int component, endpoint; in compress_rgba_unorm_block() local
1515 int endpoint, component; in get_endpoints_float() local
1590 int endpoint; in write_rgb_indices_float() local
1677 int component, endpoint; in compress_rgb_float_block() local
/third_party/node/test/node-api/test_make_callback/
Dtest.js80 function endpoint($Object) { function
/third_party/node/test/addons/make-callback/
Dtest.js60 function endpoint($Object) { function
/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.c452 const char *endpoint; in pa_bluetooth_device_switch_codec() local
1733 char *endpoint; in register_legacy_sbc_endpoint_reply() local
1761 …*y, const pa_a2dp_endpoint_conf *endpoint_conf, const char *path, const char *endpoint, const char… in register_legacy_sbc_endpoint()
1878 static void parse_remote_endpoint_properties(pa_bluetooth_discovery *y, const char *endpoint, DBusM… in parse_remote_endpoint_properties()
2420 static const pa_a2dp_endpoint_conf *a2dp_sep_to_a2dp_endpoint_conf(const char *endpoint) { in a2dp_sep_to_a2dp_endpoint_conf()
2717 static void endpoint_init(pa_bluetooth_discovery *y, const char *endpoint) { in endpoint_init()
2729 static void endpoint_done(pa_bluetooth_discovery *y, const char *endpoint) { in endpoint_done()
2736 static void append_a2dp_object(DBusMessageIter *iter, const char *endpoint, const char *uuid, uint8… in append_a2dp_object()
2820 char *endpoint; in object_manager_handler() local
2877 char *endpoint; in pa_bluetooth_discovery_get() local
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
Dpolicy.json25 "endpoint": "fstream.binance.com", string
/third_party/libcoap/include/coap3/
Dcoap_io_internal.h49 coap_endpoint_t *endpoint; /**< Used by the epoll logic for a listening member
Dcoap_net_internal.h75 coap_endpoint_t *endpoint; /**< the endpoints used for listening */ member
Dcoap_session_internal.h84 coap_endpoint_t *endpoint; /**< session's endpoint */ member
/third_party/node/src/
Dnode_report_utils.cc21 uv_getnameinfo_t endpoint; in ReportEndpoint() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metrics-proxy/
Dmetrics-proxy-policy.json24 "endpoint":"warmcat.com", string
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
Dpolicy.json1 …00,300,500,1000],"conceal":5,"jitterpc":20,"svalidping":30,"svalidhup":35}}],"certs": [{"amazon_ro…
/third_party/lwip/src/include/netif/ppp/
Dlcp.h157 struct epdisc endpoint; /* endpoint discriminator */ member
/third_party/FreeBSD/sys/dev/usb/
Dusb_core.h139 struct usb_endpoint *endpoint; /* our USB endpoint */ member
Dusb_device.h76 struct usb_host_endpoint *endpoint; member
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
Dssl_pm.c123 int endpoint; in ssl_pm_new() local
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h258 int endpoint; member
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h253 const char *endpoint; /**< DNS address to connect to */ member

12