| /lib/lwip/lwip/doc/ |
| A D | ppp.txt | 11 5 - Notify phase callback (PPP_NOTIFY_PHASE) 67 * PPP status callback 74 /* PPP status callback example */ 189 * PPPoS serial output callback 194 * ctx, optional user-provided callback context pointer 206 * output_cb, PPPoS serial output callback 208 * ctx_cb, optional user-provided callback context pointer 430 5 Notify phase callback (PPP_NOTIFY_PHASE) 497 callback function 524 callback anymore. [all …]
|
| A D | mdns.txt | 85 with the supplied userdata. The callback adds strings to the reply by calling 87 int txt_len). Example callback method:
|
| A D | mqtt_client.txt | 54 2. Implementing the connection status callback 63 /* Setup callback for incoming publish requests */
|
| /lib/lwip/lwip/src/core/ |
| A D | netif.c | 1798 callback->callback_fn = fn; in netif_add_ext_callback() 1799 callback->next = ext_callback; in netif_add_ext_callback() 1800 ext_callback = callback; in netif_add_ext_callback() 1820 if (callback == ext_callback) { in netif_remove_ext_callback() 1825 if (iter == callback) { in netif_remove_ext_callback() 1827 last->next = callback->next; in netif_remove_ext_callback() 1832 callback->next = NULL; in netif_remove_ext_callback() 1844 netif_ext_callback_t *callback = ext_callback; in netif_invoke_ext_callback() local 1848 while (callback != NULL) { in netif_invoke_ext_callback() 1851 callback->callback_fn(netif, reason, args); in netif_invoke_ext_callback() [all …]
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | api.h | 285 netconn_callback callback; member 301 #define API_EVENT(c,e,l) if (c->callback) { \ 302 (*c->callback)(c, e, l); \ 313 netconn_callback callback);
|
| A D | netif.h | 679 void netif_add_ext_callback(netif_ext_callback_t* callback, netif_ext_callback_fn fn); 680 void netif_remove_ext_callback(netif_ext_callback_t* callback); 684 #define netif_add_ext_callback(callback, fn) argument 685 #define netif_remove_ext_callback(callback) argument
|
| /lib/lwip/lwip/contrib/ports/unix/port/netif/ |
| A D | pcapif.c | 135 callback(u_char *arg, const struct pcap_pkthdr *hdr, const u_char *pkt) in callback() function 170 pcap_loop(pcapif->pd, 1, callback, (u_char *)netif); in pcapif_thread()
|
| /lib/ |
| A D | hashtable.c | 229 if (!e->callback || in_callback) in do_callback() 245 ret = e->callback(name, value, op, flags); in do_callback() 1010 int hwalk_r(struct hsearch_data *htab, int (*callback)(struct env_entry *entry)) in hwalk_r() 1017 retval = callback(&htab->table[i].entry); in hwalk_r()
|
| /lib/lwip/lwip/src/include/lwip/priv/ |
| A D | api_msg.h | 219 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_x509parse.data | 1006 X509 CRT verification #92 (bad name, allowing callback) 1181 X509 CRT verification with ca callback: failure 1185 X509 CRT verification callback: bad name 1189 X509 CRT verification callback: trusted EE cert 1197 X509 CRT verification callback: simple 1201 X509 CRT verification callback: simple, EE expired 1205 X509 CRT verification callback: simple, root expired 1209 X509 CRT verification callback: two trusted roots 1217 X509 CRT verification callback: root included 1221 X509 CRT verification callback: intermediate ca [all …]
|
| A D | test_suite_psa_crypto_entropy.function | 243 /* The seed is written by nv_seed callback functions therefore the injection will fail */
|
| A D | test_suite_x509parse.function | 100 /* This is a test-only implementation of the CA callback 151 /* Simulate a fatal error in the callback */ 741 TEST_FAIL("No known verify callback selected"); 761 /* CRLs aren't supported with CA callbacks, so skip the CA callback
|
| A D | test_suite_ssl.data | 13 Test callback buffer sanity
|
| /lib/lwip/lwip/src/api/ |
| A D | api_msg.c | 564 newconn = netconn_alloc(conn->type, conn->callback); 708 netconn_alloc(enum netconn_type t, netconn_callback callback) argument 767 conn->callback = callback;
|
| A D | api_lib.c | 149 netconn_new_with_proto_and_callback(enum netconn_type t, u8_t proto, netconn_callback callback) in netconn_new_with_proto_and_callback() argument 155 conn = netconn_alloc(t, callback); in netconn_new_with_proto_and_callback()
|
| A D | sockets.c | 712 if (newconn->callback) { in lwip_accept() 716 newconn->callback(newconn, NETCONN_EVT_RCVPLUS, 0); in lwip_accept()
|
| /lib/lwip/lwip/ |
| A D | UPGRADING | 165 callback (aside from NULL/closed) after calling tcp_close() 167 * When calling tcp_abort() from a raw API TCP callback function,
|
| A D | CHANGELOG | 91 the callback finishes 526 * tcp: call accept-callback with ERR_MEM when allocating a pcb fails on 528 ATTENTION: applications have to handle NULL pcb in accept callback! 1342 * opt.h, netif.h/.c: added netif remove callback (bug #32397) 1798 * ppp.c/.h: Fixed bug #27856: PPP: Set netif link- and status-callback 2149 * netif.c: Don't call the link-callback from netif_set_up/down() since 2164 callback can lead to accessing unallocated memory. As a consequence, 2344 * tcp_in.c: Fixed bug #27215: TCP sent() callback gives leading and 2681 by moving accept callback function pointer to TCP_PCB_COMMON 2795 tcp_recv callback (see rawapi.txt). [all …]
|
| /lib/lzma/ |
| A D | lzma.txt | 471 1) you must implement callback structures for interfaces: 530 If callback function return some error code, LzmaEnc_Encode also returns that code
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | 3.0-migration-guide.md | 576 `mbedtls_x509_crt_parse_der_nocopy()` but it calls the callback with every 595 of the verification callback function passed to `mbedtls_x509_crt_verify()` (see 772 - The callback now specifies a void return type, rather than 774 to handle failures in the key export callback, for example by 778 callback type should be straightforward — see the example programs
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 47 parsing unsupported certificate extensions via user provided callback. 1049 Register callback with mbedtls_ssl_conf_cert_cb(). 1053 cert callback (mbedtls_ssl_conf_cert_cb()) during handshake. 1584 Raw keys and IVs are no longer passed to the callback. 1588 in TLS 1.3. Finally, the key export callback and 3826 callback) or chain length limitations. 3829 a fatal error in the verify callback. 4404 additional callback for read-with-timeout). 4735 write callback returned WANT_WRITE when requesting renegotiation. 5787 + Added verification callback on certificate chain [all …]
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A D | psa-legacy-bridges.md | 86 … might need such conversion functions when implementing an X.509 or TLS callback (returning `MBEDT…
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-driver-interface.md | 1223 The core provides the following callback functions, which an opaque driver may call while it is pro… 1424 …e be a driver entry point to determine the length, or should there be a callback that allows the d…
|