/openthread-latest/third_party/tcplp/lib/ |
D | lbuf.c | 36 void lbuf_init(struct lbufhead* buffer) { in lbuf_init() 40 void lbuf_append(struct lbufhead* buffer, otLinkedBuffer* newentry) { in lbuf_append() 56 void lbuf_extend(struct lbufhead* buffer, size_t numbytes) { in lbuf_extend() 61 size_t lbuf_pop(struct lbufhead* buffer, size_t numbytes, uint32_t* ntraversed) { in lbuf_pop() 88 int lbuf_getrange(struct lbufhead* buffer, size_t offset, size_t numbytes, in lbuf_getrange() 113 size_t lbuf_used_space(const struct lbufhead* buffer) { in lbuf_used_space()
|
D | lbuf.h | 52 static inline struct otLinkedBuffer* lbuf_head(struct lbufhead* buffer) { in lbuf_head()
|
D | cbuf.c | 46 void cbuf_copy_into_buffer(void* buffer, size_t buffer_offset, const void* arr, size_t arr_offset, … in cbuf_copy_into_buffer() 52 void cbuf_copy_from_buffer(void* arr, size_t arr_offset, const void* buffer, size_t buffer_offset, … in cbuf_copy_from_buffer() 58 void cbuf_copy_into_message(void* buffer, size_t buffer_offset, const void* arr, size_t arr_offset,… in cbuf_copy_into_message() 64 void cbuf_copy_from_message(void* arr, size_t arr_offset, const void* buffer, size_t buffer_offset,… in cbuf_copy_from_message()
|
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | psa_constant_names.c | 43 static void append(char **buffer, size_t buffer_size, in append() 54 static void append_integer(char **buffer, size_t buffer_size, in append_integer() 71 static void append_with_curve(char **buffer, size_t buffer_size, in append_with_curve() 89 static void append_with_group(char **buffer, size_t buffer_size, in append_with_group() 109 static void append_with_alg(char **buffer, size_t buffer_size, in append_with_alg() 126 static int psa_snprint_status(char *buffer, size_t buffer_size, in psa_snprint_status() 143 static int psa_snprint_ecc_curve(char *buffer, size_t buffer_size, in psa_snprint_ecc_curve() 160 static int psa_snprint_dh_group(char *buffer, size_t buffer_size, in psa_snprint_dh_group() 198 char buffer[200]; in process_signed() local 237 char buffer[200]; in process_unsigned() local
|
D | psa_constant_names_generated.c | 90 static int psa_snprint_key_type(char *buffer, size_t buffer_size, in psa_snprint_key_type() 148 static int psa_snprint_algorithm(char *buffer, size_t buffer_size, in psa_snprint_algorithm() 379 static int psa_snprint_key_usage(char *buffer, size_t buffer_size, in psa_snprint_key_usage()
|
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/Syscalls/ |
D | SEGGER_RTT_Syscalls_IAR.c | 101 size_t __write(int handle, const unsigned char * buffer, size_t size) { in __write() 117 size_t __write_buffered(int handle, const unsigned char * buffer, size_t size) { in __write_buffered()
|
/openthread-latest/third_party/tcplp/lib/test/ |
D | test_all.c | 48 uint8_t buffer[test_bmp_size]; in test_bmp() local 109 uint8_t buffer[65]; in test_cbuf() local 176 uint8_t buffer[32]; in test_cbuf_2() local
|
/openthread-latest/tests/unit/ |
D | test_data.cpp | 47 uint8_t buffer[sizeof(kData) + 1]; in TestData() local 130 uint8_t buffer[kMaxSize]; in TestMutableData() local
|
D | test_tlv.cpp | 50 uint8_t buffer[4]; in TestTlv() local
|
D | test_frame_builder.cpp | 49 uint8_t buffer[kMaxBufferSize]; in TestFrameBuilder() local
|
D | test_network_name.cpp | 55 char buffer[sizeof(kTooLongName) + 2]; in TestNetworkName() local
|
D | test_checksum.cpp | 202 uint8_t buffer[kMaxSize]; in TestUdpMessageChecksum() local 270 uint8_t buffer[kMaxSize]; in TestIcmp6MessageChecksum() local 343 uint8_t buffer[kMaxSize]; in TestTcp4MessageChecksum() local 399 uint8_t buffer[kMaxSize]; in TestUdp4MessageChecksum() local
|
D | test_cmd_line_parser.cpp | 254 uint8_t buffer[sizeof(kEvenParsedArray)]; in TestParsingHexStrings() local
|
/openthread-latest/tools/ot-fct/ |
D | main.cpp | 86 char buffer[kBufferSize]; in main() local
|
/openthread-latest/src/posix/ |
D | cli_stdio.cpp | 85 char buffer[OPENTHREAD_CONFIG_CLI_MAX_LINE_LENGTH]; in otAppCliProcess() local
|
D | client.cpp | 285 char buffer[kLineBufferSize]; in main() local 327 char buffer[kLineBufferSize]; in main() local
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto_core.h | 888 uint8_t *buffer; member 918 uint8_t *buffer; member
|
D | base64.c | 258 unsigned char buffer[128]; in mbedtls_base64_self_test() local
|
/openthread-latest/examples/platforms/simulation/ |
D | mdns_socket.c | 294 uint8_t buffer[MAX_BUFFER_SIZE]; in otPlatMdnsSendMulticast() local 338 uint8_t buffer[MAX_BUFFER_SIZE]; in otPlatMdnsSendUnicast() local 395 uint8_t buffer[MAX_BUFFER_SIZE]; in platformMdnsSocketProcess() local 422 uint8_t buffer[MAX_BUFFER_SIZE]; in platformMdnsSocketProcess() local
|
D | flash.c | 105 uint8_t buffer[SWAP_SIZE]; in otPlatFlashErase() local
|
/openthread-latest/src/lib/spinel/ |
D | spinel_driver.cpp | 106 uint8_t buffer[kMaxSpinelFrame]; in SendReset() local 183 uint8_t buffer[kMaxSpinelFrame]; in SendCommand() local 209 uint8_t buffer[kMaxSpinelFrame]; in SendCommand() local
|
D | spinel_encoder.cpp | 160 uint8_t buffer[6]; in WriteUintPacked() local 217 uint8_t buffer[sizeof(uint16_t)]; in CloseStruct() local
|
/openthread-latest/src/core/common/ |
D | frame_builder.cpp | 123 void *buffer = nullptr; in AppendLength() local
|
/openthread-latest/src/core/api/ |
D | tcp_ext_api.cpp | 112 const otLinkedBuffer *buffer; in otTcpMbedTlsSslRecvCallback() local
|
/openthread-latest/third_party/mbedtls/repo/programs/aes/ |
D | crypt_and_hash.c | 71 unsigned char buffer[1024]; in main() local
|