Searched refs:lwip_itoa (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/test/unit/core/ |
D | test_def.c | 40 lwip_itoa(test_buf, exp_len + 1, number); in test_def_itoa() 48 lwip_itoa(test_buf, exp_len, number); in test_def_itoa() 54 lwip_itoa(test_buf, exp_len + 4, number); in test_def_itoa()
|
/third_party/lwip/src/core/ |
D | def.c | 192 #ifndef lwip_itoa 199 lwip_itoa(char *result, size_t bufsize, int number) in lwip_itoa() function
|
D | netif.c | 1815 lwip_itoa(&name[2], NETIF_NAMESIZE - 2, netif_index_to_num(idx));
|
/third_party/lwip/src/include/lwip/ |
D | def.h | 131 #ifndef lwip_itoa 133 void lwip_itoa(char* result, size_t bufsize, int number);
|
/third_party/lwip/src/apps/http/makefsdata/ |
D | makefsdata.c | 1121 lwip_itoa(intbuf, sizeof(intbuf), content_len); in file_write_http_header()
|
/third_party/lwip/src/apps/http/ |
D | httpd.c | 965 lwip_itoa(hs->hdr_content_len, (size_t)LWIP_HTTPD_MAX_CONTENT_LEN_SIZE,
|
/third_party/lwip/src/apps/mdns/ |
D | mdns.c | 525 lwip_itoa(buf, sizeof(buf), val); in mdns_build_reverse_v4_domain()
|
/third_party/lwip/ |
D | CHANGELOG | 227 * lwip_itoa: fix converting the number 0 (previously converted to '\0') (bug #51729)
|