Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dtftp_common.h101 err_t tftp_init_common(u8_t mode, const struct tftp_context* ctx);
/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c447 tftp_init_common(u8_t mode, const struct tftp_context *ctx) in tftp_init_common() function
483 return tftp_init_common(LWIP_TFTP_MODE_SERVER, ctx); in tftp_init_server()
493 return tftp_init_common(LWIP_TFTP_MODE_CLIENT, ctx); in tftp_init_client()