Home
last modified time | relevance | path

Searched refs:tftp_evt (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/net/
Dtftp.h104 struct tftp_evt { struct
120 typedef void (*tftp_callback_t)(const struct tftp_evt *evt);
/Zephyr-Core-3.7.0/subsys/net/lib/tftp/
Dtftp_client.c120 struct tftp_evt evt = { in send_data()
281 struct tftp_evt evt = { in tftp_get()
315 struct tftp_evt evt = { in tftp_get()
404 struct tftp_evt evt = { in tftp_put()
/Zephyr-Core-3.7.0/samples/net/tftp_client/src/
Dtftp-client.c20 static void tftp_event_callback(const struct tftp_evt *evt) in tftp_event_callback()