Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c266 const char tftp_null = 0; in recv() local
285 filename_end_offset = pbuf_memfind(p, &tftp_null, sizeof(tftp_null), 2); in recv()
293 mode_end_offset = pbuf_memfind(p, &tftp_null, sizeof(tftp_null), filename_end_offset + 1); in recv()