Home
last modified time | relevance | path

Searched defs:next (Results 1 – 22 of 22) sorted by relevance

/net-tools-3.4.0/libcoap/include/coap/
Dutlist.h85 #define _NEXT(elt,list,next) ((char*)((list)->next)) argument
86 #define _NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*)(to);… argument
93 #define _NEXT(elt,list,next) ((elt)->next) argument
94 #define _NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument
108 #define LL_SORT2(list, cmp, next) \ argument
171 #define DL_SORT2(list, cmp, prev, next) \ argument
233 #define CDL_SORT2(list, cmp, prev, next) \ argument
312 #define LL_PREPEND2(head,add,next) \ argument
321 #define LL_CONCAT2(head1,head2,next) \ argument
336 #define LL_APPEND2(head,add,next) \ argument
[all …]
Dsubscribe.h55 struct coap_subscription_t *next; /**< next element in linked list */ member
Dasync.h48 struct coap_async_state_t *next; /**< internally used for linking */ member
Dresource.h54 struct coap_attr_t *next; member
82 struct coap_resource_t *next; member
Dt_list.h79 struct list *next; member
Dnet.h32 struct coap_queue_t *next; member
Duthash.h955 void *next; /* next element in app order */ member
/net-tools-3.4.0/libcoap/examples/
Dcoap_list.h17 struct coap_list_t *next; member
/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/
Dx509_crl.h61 struct mbedtls_x509_crl_entry *next; member
94 struct mbedtls_x509_crl *next; member
Dasn1.h143 struct mbedtls_asn1_sequence *next; /**< The next entry in the sequence. */ member
154 struct mbedtls_asn1_named_data *next; /**< The next entry in the sequence. */ member
Dssl_cache.h69 mbedtls_ssl_cache_entry *next; /*!< chain pointer */ member
Dssl_internal.h315 mbedtls_ssl_key_cert *next; /*!< next key/cert pair */ member
328 mbedtls_ssl_flight_item *next; /*!< next handshake message(s) */ member
Dx509_crt.h92 struct mbedtls_x509_crt *next; /**< Next certificate in the CA-chain. */ member
/net-tools-3.4.0/tinydtls-0.8.2/
Dnetq.h39 struct netq_t *next; member
Dt_list.h81 struct list *next; member
Duthash.h964 void *next; /* next element in app order */ member
Ddtls.c3423 int next = 1; in handle_handshake() local
3957 dtls_check_retransmit(dtls_context_t *context, clock_time_t *next) { in dtls_check_retransmit()
/net-tools-3.4.0/mbedtls-2.4.0/programs/ssl/
Dssl_server2.c493 sni_entry *next; member
498 sni_entry *cur = head, *next; in sni_free() local
683 psk_entry *next; member
691 psk_entry *next; in psk_free() local
/net-tools-3.4.0/mbedtls-2.4.0/library/
Dmemory_buffer_alloc.c61 memory_header *next; member
Dssl_tls.c2517 mbedtls_ssl_flight_item *next; in ssl_flight_free() local
6940 mbedtls_ssl_key_cert *cur = key_cert, *next; in ssl_key_cert_free() local
7007 mbedtls_ssl_key_cert *cur = handshake->sni_key_cert, *next; in mbedtls_ssl_handshake_free() local
/net-tools-3.4.0/libcoap/src/
Dnet.c299 coap_queue_t *next; in coap_pop_next() local
/net-tools-3.4.0/
Dcoap-client.c123 struct coap_list_t *next; member