Searched refs:lwip_itoa (Results 1 - 7 of 7) sorted by relevance
/third_party/lwip/test/unit/core/ |
H A 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/ |
H A D | def.c | 192 #ifndef lwip_itoa 199 lwip_itoa(char *result, size_t bufsize, int number) in lwip_itoa() function
|
H A D | netif.c | 1815 lwip_itoa(&name[2], NETIF_NAMESIZE - 2, netif_index_to_num(idx));
|
/third_party/lwip/src/include/lwip/ |
H A 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/ |
H A D | makefsdata.c | 1121 lwip_itoa(intbuf, sizeof(intbuf), content_len); in file_write_http_header()
|
/third_party/lwip/src/apps/http/ |
H A D | httpd.c | 965 lwip_itoa(hs->hdr_content_len, (size_t)LWIP_HTTPD_MAX_CONTENT_LEN_SIZE,
|
/third_party/lwip/src/apps/mdns/ |
H A D | mdns.c | 525 lwip_itoa(buf, sizeof(buf), val); in mdns_build_reverse_v4_domain()
|
Completed in 11 milliseconds