Searched defs:to (Results 1 – 5 of 5) sorted by relevance
/net-tools-2.7.6/tinydtls-0.8.2/ |
D | utlist.h | 81 #define _NEXTASGN(elt,list,to) { char **_alias = (char**)&((list)->next); *_alias=(char*)(to); } argument 83 #define _PREVASGN(elt,list,to) { char **_alias = (char**)&((list)->prev); *_alias=(char*)(to); } argument 89 #define _NEXTASGN(elt,list,to) ((elt)->next)=(to) argument 91 #define _PREVASGN(elt,list,to) ((elt)->prev)=(to) argument
|
/net-tools-2.7.6/libcoap/include/coap/ |
D | utlist.h | 86 #define _NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*)(to);… argument 88 #define _PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*)(to);… argument 94 #define _NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument 96 #define _PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) argument
|
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | x509.c | 958 int mbedtls_x509_time_is_past( const mbedtls_x509_time *to ) in mbedtls_x509_time_is_past() 980 int mbedtls_x509_time_is_past( const mbedtls_x509_time *to ) in mbedtls_x509_time_is_past()
|
D | x509_crt.c | 248 mbedtls_x509_time *to ) in x509_get_dates()
|
/net-tools-2.7.6/tinydtls-0.8.2/ecc/ |
D | ecc.c | 115 static void copy(const uint32_t *from, uint32_t *to, uint8_t length){ in copy() 673 void ecc_copy(const uint32_t *from, uint32_t *to, uint8_t length) in ecc_copy()
|