Searched defs:sock (Results 1 – 12 of 12) sorted by relevance
| /uoscore-uedhoc-latest/test/edhoc_integration_tests/ |
| D | txrx_wrapper.c | 25 enum err rx(void *sock, uint8_t *data, uint32_t *data_len) in rx() 60 enum err tx(void *sock, uint8_t *data, uint32_t data_len) in tx()
|
| D | edhoc_tests_rfc9529.c | 22 enum err tx_fkt(void *sock, struct byte_array *data) in tx_fkt() 58 enum err rx_fkt(void *sock, struct byte_array *data) in rx_fkt()
|
| D | initiator_responder_interaction.c | 106 enum err tx_initiator(void *sock, struct byte_array *data) in tx_initiator() 116 enum err tx_responder(void *sock, struct byte_array *data) in tx_responder() 128 enum err rx_initiator(void *sock, struct byte_array *data) in rx_initiator() 133 enum err rx_responder(void *sock, struct byte_array *data) in rx_responder()
|
| /uoscore-uedhoc-latest/samples/linux_edhoc/responder/src/ |
| D | main.cpp | 91 static int send_coap_reply(void *sock, CoapPDU *pdu) in send_coap_reply() 114 enum err tx(void *sock, struct byte_array *data) in tx() 122 enum err rx(void *sock, struct byte_array *data) in rx()
|
| /uoscore-uedhoc-latest/src/edhoc/ |
| D | initiator.c | 281 enum err (*tx)(void *sock, struct byte_array *data), in edhoc_initiator_run_extended() 282 enum err (*rx)(void *sock, struct byte_array *data), in edhoc_initiator_run_extended() 317 enum err (*tx)(void *sock, struct byte_array *data), in edhoc_initiator_run() 318 enum err (*rx)(void *sock, struct byte_array *data), in edhoc_initiator_run()
|
| D | responder.c | 338 enum err (*tx)(void *sock, struct byte_array *data), in edhoc_responder_run_extended() 339 enum err (*rx)(void *sock, struct byte_array *data), in edhoc_responder_run_extended() 372 enum err (*tx)(void *sock, struct byte_array *data), in edhoc_responder_run() 373 enum err (*rx)(void *sock, struct byte_array *data), in edhoc_responder_run()
|
| /uoscore-uedhoc-latest/samples/linux_edhoc_oscore/responder_server/src/ |
| D | main.cpp | 115 static int send_coap_reply(void *sock, CoapPDU *pdu) in send_coap_reply() 138 enum err tx(void *sock, struct byte_array *data) in tx() 146 enum err rx(void *sock, struct byte_array *data) in rx()
|
| /uoscore-uedhoc-latest/samples/zephyr_edhoc/initiator/src/ |
| D | main.c | 53 enum err tx(void *sock, struct byte_array *data) in tx() 93 enum err rx(void *sock, struct byte_array *data) in rx()
|
| /uoscore-uedhoc-latest/samples/zephyr_edhoc/responder/src/ |
| D | main.c | 57 enum err tx(void *sock, struct byte_array *data) in tx() 96 enum err rx(void *sock, struct byte_array *data) in rx()
|
| /uoscore-uedhoc-latest/samples/linux_edhoc/initiator/src/ |
| D | main.cpp | 79 enum err tx(void *sock, struct byte_array *data) in tx() 108 enum err rx(void *sock, struct byte_array *data) in rx()
|
| /uoscore-uedhoc-latest/samples/linux_edhoc_oscore/initiator_client/src/ |
| D | main.cpp | 80 enum err tx(void *sock, struct byte_array *data) in tx() 106 enum err rx(void *sock, struct byte_array *data) in rx()
|
| /uoscore-uedhoc-latest/inc/ |
| D | edhoc.h | 59 void *sock; /*pointer used as handler for sockets by tx/rx */ member 77 void *sock; /*pointer used as handler for sockets by tx/rx */ member
|