Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 35) sorted by relevance

12

/net-tools-3.7.0/libcoap/src/
Doption.c209 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()
Dmem.c77 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()
Dblock.c45 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()
Dpdu.c75 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()
Ddebug.c288 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/
Doption.h199 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
Dmem.h95 #define coap_malloc_type(type, size) memp_malloc(MEMP_ ## type) argument
96 #define coap_free_type(type, p) memp_free(MEMP_ ## type, p) argument
Dpdu.h177 unsigned int type:2; /* type flag */ member
187 unsigned int type:2; /* type flag */ member
Dnet.h153 coap_register_option(coap_context_t *ctx, unsigned char type) { in coap_register_option()
/net-tools-3.7.0/
Dnet-capture.py29 type = "Ether" variable
77 type = a variable
Dthroughput-client.c44 unsigned char type; member
/net-tools-3.7.0/mbedtls-2.4.0/yotta/data/
Dmodule.json8 "type": "Apache-2.0" string
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dpk_wrap.c60 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()
Dpk.c148 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()
Dnet_sockets.c300 int type; in mbedtls_net_accept() local
/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dmd_internal.h49 mbedtls_md_type_t type; member
Dcipher_internal.h97 mbedtls_cipher_type_t type; member
Dpk_internal.h38 mbedtls_pk_type_t type; member
Dpk.h110 mbedtls_pk_debug_type type; member
/net-tools-3.7.0/tinydtls-0.8.2/
Dnetq.h46 uint8_t type; member
Ddtls.c200 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/
Dgen_key.c140 int type; /* the type of key to generate */ member
/net-tools-3.7.0/tinydtls-0.8.2/examples/contiki/
Ddtls-server.c121 dtls_credentials_type_t type, in get_psk_info()
Ddtls-client.c149 dtls_credentials_type_t type, in get_psk_info()
/net-tools-3.7.0/tinydtls-0.8.2/tests/
Ddtls-server.c55 dtls_credentials_type_t type, in get_psk_info()

12