Home
last modified time | relevance | path

Searched refs:tftp_init_common (Results 1 – 2 of 2) sorted by relevance

/lib/lwip/lwip/src/include/lwip/apps/
A Dtftp_common.h101 err_t tftp_init_common(u8_t mode, const struct tftp_context* ctx);
/lib/lwip/lwip/src/apps/tftp/
A Dtftp.c607 tftp_init_common(u8_t mode, const struct tftp_context *ctx) in tftp_init_common() function
645 return tftp_init_common(LWIP_TFTP_MODE_SERVER, ctx); in tftp_init_server()
655 return tftp_init_common(LWIP_TFTP_MODE_CLIENT, ctx); in tftp_init_client()

Completed in 8 milliseconds