Home
last modified time | relevance | path

Searched defs:packet (Results 1 – 10 of 10) sorted by relevance

/net-tools-3.7.0/libcoap/src/
Dcoap_io_lwip.c14 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
Dcoap_io.c348 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()
Dmem.c64 coap_pdu_t packet; /* try to convince the compiler to word-align this structure */ member
Dnet.c825 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/
Ddebug.h116 static inline void hexdump(const unsigned char *packet, int length) in hexdump()
Ddebug.c252 void hexdump(const unsigned char *packet, int length) { in hexdump()
Dcrypto.c268 const unsigned char *packet, size_t length, in dtls_mac()
Ddtls.c2877 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/
Dudp_proxy.c298 } packet; typedef
/net-tools-3.7.0/
Dcoap-client.c595 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()