Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/core/
Dtest_def.c40 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/
Ddef.c192 #ifndef lwip_itoa
199 lwip_itoa(char *result, size_t bufsize, int number) in lwip_itoa() function
Dnetif.c1815 lwip_itoa(&name[2], NETIF_NAMESIZE - 2, netif_index_to_num(idx));
/third_party/lwip/src/include/lwip/
Ddef.h131 #ifndef lwip_itoa
133 void lwip_itoa(char* result, size_t bufsize, int number);
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c1121 lwip_itoa(intbuf, sizeof(intbuf), content_len); in file_write_http_header()
/third_party/lwip/src/apps/http/
Dhttpd.c965 lwip_itoa(hs->hdr_content_len, (size_t)LWIP_HTTPD_MAX_CONTENT_LEN_SIZE,
/third_party/lwip/src/apps/mdns/
Dmdns.c525 lwip_itoa(buf, sizeof(buf), val); in mdns_build_reverse_v4_domain()
/third_party/lwip/
DCHANGELOG227 * lwip_itoa: fix converting the number 0 (previously converted to '\0') (bug #51729)