Home
last modified time | relevance | path

Searched refs:lwip_itoa (Results 1 - 7 of 7) sorted by relevance

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

Completed in 11 milliseconds