Searched defs:packet (Results 1 – 10 of 10) sorted by relevance
/net-tools-3.7.0/libcoap/src/ |
D | coap_io_lwip.c | 14 void coap_packet_populate_endpoint(coap_packet_t *packet, coap_endpoint_t *target) in coap_packet_populate_endpoint() 18 void coap_packet_copy_source(coap_packet_t *packet, coap_address_t *target) in coap_packet_copy_source() 23 void coap_packet_get_memmapped(coap_packet_t *packet, unsigned char **address, size_t *length) in coap_packet_get_memmapped() 29 void coap_free_packet(coap_packet_t *packet) in coap_free_packet() 36 struct pbuf *coap_packet_extract_pbuf(coap_packet_t *packet) in coap_packet_extract_pbuf() 55 coap_packet_t *packet = coap_malloc_type(COAP_PACKET, sizeof(coap_packet_t)); in coap_recv() local
|
D | coap_io.c | 348 coap_packet_t *packet; in coap_malloc_packet() local 359 coap_free_packet(coap_packet_t *packet) { in coap_free_packet() 370 coap_free_packet(coap_packet_t *packet) { in coap_free_packet() 381 coap_packet_populate_endpoint(coap_packet_t *packet, coap_endpoint_t *target) in coap_packet_populate_endpoint() 389 coap_packet_copy_source(coap_packet_t *packet, coap_address_t *target) in coap_packet_copy_source() 394 coap_packet_get_memmapped(coap_packet_t *packet, unsigned char **address, size_t *length) in coap_packet_get_memmapped() 412 coap_network_read(coap_endpoint_t *ep, coap_packet_t **packet) { in coap_network_read()
|
D | mem.c | 64 coap_pdu_t packet; /* try to convince the compiler to word-align this structure */ member
|
D | net.c | 825 coap_packet_t *packet; in coap_read() local 850 coap_packet_t *packet) { in coap_handle_message()
|
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | debug.h | 116 static inline void hexdump(const unsigned char *packet, int length) in hexdump()
|
D | debug.c | 252 void hexdump(const unsigned char *packet, int length) { in hexdump()
|
D | crypto.c | 268 const unsigned char *packet, size_t length, in dtls_mac()
|
D | dtls.c | 2877 decrypt_verify(dtls_peer_t *peer, uint8 *packet, size_t length, in decrypt_verify()
|
/net-tools-3.7.0/mbedtls-2.4.0/programs/test/ |
D | udp_proxy.c | 298 } packet; typedef
|
/net-tools-3.7.0/ |
D | coap-client.c | 595 static void print_data(const unsigned char *packet, int length) in print_data() 1073 coap_packet_t *packet; in read_data_from_net() local 1521 coap_packet_t **packet) in my_coap_network_read()
|