/net-tools-3.7.0/libcoap/src/ |
D | option.c | 209 coap_check_option(coap_pdu_t *pdu, unsigned short type, in coap_check_option() 424 is_long_option(unsigned short type) { return type > 255; } in is_long_option() 450 unsigned short type, in coap_option_filter_op() 509 coap_option_filter_set(coap_opt_filter_t filter, unsigned short type) { in coap_option_filter_set() 514 coap_option_filter_unset(coap_opt_filter_t filter, unsigned short type) { in coap_option_filter_unset() 519 coap_option_filter_get(const coap_opt_filter_t filter, unsigned short type) { in coap_option_filter_get()
|
D | mem.c | 77 get_container(coap_memory_tag_t type) { in get_container() 102 coap_malloc_type(coap_memory_tag_t type, size_t size) { in coap_malloc_type() 116 coap_free_type(coap_memory_tag_t type, void *object) { in coap_free_type()
|
D | block.c | 45 coap_get_block(coap_pdu_t *pdu, unsigned short type, coap_block_t *block) { in coap_get_block() 64 coap_write_block_opt(coap_block_t *block, unsigned short type, in coap_write_block_opt()
|
D | pdu.c | 75 coap_pdu_init(unsigned char type, unsigned char code, in coap_pdu_init() 171 coap_add_option(coap_pdu_t *pdu, unsigned short type, unsigned int len, const unsigned char *data) { in coap_add_option() 203 coap_add_option_later(coap_pdu_t *pdu, unsigned short type, unsigned int len) { in coap_add_option_later()
|
D | debug.c | 288 uint16_t type; in msg_option_string() member 333 unsigned int type; in print_content_format() member
|
/net-tools-3.7.0/libcoap/include/coap/ |
D | option.h | 199 coap_option_setb(coap_opt_filter_t filter, unsigned short type) { in coap_option_setb() 216 coap_option_clrb(coap_opt_filter_t filter, unsigned short type) { in coap_option_clrb() 233 coap_option_getb(const coap_opt_filter_t filter, unsigned short type) { in coap_option_getb() 255 unsigned short type; /**< decoded option type */ member
|
D | mem.h | 95 #define coap_malloc_type(type, size) memp_malloc(MEMP_ ## type) argument 96 #define coap_free_type(type, p) memp_free(MEMP_ ## type, p) argument
|
D | pdu.h | 177 unsigned int type:2; /* type flag */ member 187 unsigned int type:2; /* type flag */ member
|
D | net.h | 153 coap_register_option(coap_context_t *ctx, unsigned char type) { in coap_register_option()
|
/net-tools-3.7.0/ |
D | net-capture.py | 29 type = "Ether" variable 77 type = a variable
|
D | throughput-client.c | 44 unsigned char type; member
|
/net-tools-3.7.0/mbedtls-2.4.0/yotta/data/ |
D | module.json | 8 "type": "Apache-2.0" string
|
/net-tools-3.7.0/mbedtls-2.4.0/library/ |
D | pk_wrap.c | 60 static int rsa_can_do( mbedtls_pk_type_t type ) in rsa_can_do() 183 static int eckey_can_do( mbedtls_pk_type_t type ) in eckey_can_do() 296 static int eckeydh_can_do( mbedtls_pk_type_t type ) in eckeydh_can_do() 319 static int ecdsa_can_do( mbedtls_pk_type_t type ) in ecdsa_can_do() 386 static int rsa_alt_can_do( mbedtls_pk_type_t type ) in rsa_alt_can_do()
|
D | pk.c | 148 int mbedtls_pk_can_do( const mbedtls_pk_context *ctx, mbedtls_pk_type_t type ) in mbedtls_pk_can_do() 195 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext()
|
D | net_sockets.c | 300 int type; in mbedtls_net_accept() local
|
/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/ |
D | md_internal.h | 49 mbedtls_md_type_t type; member
|
D | cipher_internal.h | 97 mbedtls_cipher_type_t type; member
|
D | pk_internal.h | 38 mbedtls_pk_type_t type; member
|
D | pk.h | 110 mbedtls_pk_debug_type type; member
|
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | netq.h | 46 uint8_t type; member
|
D | dtls.c | 200 dtls_send(dtls_context_t *ctx, dtls_peer_t *peer, unsigned char type, in dtls_send() 390 dtls_set_record_header(uint8 type, dtls_security_parameters_t *security, in dtls_set_record_header() 424 dtls_set_handshake_header(uint8 type, dtls_peer_t *peer, in dtls_set_handshake_header() 565 static char *dtls_handshake_type_to_name(int type) in dtls_handshake_type_to_name() 1181 unsigned char type, in dtls_prepare_record() 1409 unsigned char type, uint8 *buf_array[], in dtls_send_multi()
|
/net-tools-3.7.0/mbedtls-2.4.0/programs/pkey/ |
D | gen_key.c | 140 int type; /* the type of key to generate */ member
|
/net-tools-3.7.0/tinydtls-0.8.2/examples/contiki/ |
D | dtls-server.c | 121 dtls_credentials_type_t type, in get_psk_info()
|
D | dtls-client.c | 149 dtls_credentials_type_t type, in get_psk_info()
|
/net-tools-3.7.0/tinydtls-0.8.2/tests/ |
D | dtls-server.c | 55 dtls_credentials_type_t type, in get_psk_info()
|