Searched defs:l (Results 1 – 10 of 10) sorted by relevance
/net-tools-3.6.0/libcoap/include/coap/ |
D | str.h | 20 #define COAP_SET_STR(st,l,v) { (st)->length = (l), (st)->s = (v); } argument
|
D | t_list.h | 117 struct list *l; in list_pop() local
|
/net-tools-3.6.0/tinydtls-0.8.2/sha2/ |
D | sha2prog.c | 51 int kl, l, fd, ac; in main() local
|
D | sha2.c | 202 #define MEMSET_BZERO(p,l) memset((p), 0, (l)) argument 203 #define MEMCPY_BCOPY(d,s,l) memcpy((d), (s), (l)) argument 206 #define MEMSET_BZERO(p,l) bzero((p), (l)) argument 207 #define MEMCPY_BCOPY(d,s,l) bcopy((s), (d), (l)) argument
|
/net-tools-3.6.0/tinydtls-0.8.2/ |
D | t_list.h | 118 struct list *l; in list_pop() local
|
/net-tools-3.6.0/libcoap/src/ |
D | option.c | 386 size_t l = 1; in coap_opt_encode() local
|
/net-tools-3.6.0/mbedtls-2.4.0/library/ |
D | ecp.c | 1082 mbedtls_mpi l, ll; in ecp_randomize_jac() local 1464 mbedtls_mpi l; in ecp_randomize_mxz() local
|
/net-tools-3.6.0/libcoap/examples/ |
D | etsi_iot_01.c | 246 size_t l = 6 + sizeof(void *); in hnd_post_test() local
|
/net-tools-3.6.0/tinydtls-0.8.2/ecc/ |
D | ecc.c | 164 uint64_t l; in fieldMult() local
|
/net-tools-3.6.0/libcoap/tests/ |
D | test_options.c | 831 int l; in t_filter_option3() local
|