Home
last modified time | relevance | path

Searched defs:sock (Results 1 – 12 of 12) sorted by relevance

/uoscore-uedhoc-latest/test/edhoc_integration_tests/
Dtxrx_wrapper.c25 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()
Dedhoc_tests_rfc9529.c22 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()
Dinitiator_responder_interaction.c106 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/
Dmain.cpp91 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/
Dinitiator.c281 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()
Dresponder.c338 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/
Dmain.cpp115 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/
Dmain.c53 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/
Dmain.c57 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/
Dmain.cpp79 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/
Dmain.cpp80 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/
Dedhoc.h59 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