Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/shell/
Dping.c59 char time_buf[16] = { 0 }; in handle_ipv6_echo_reply() local
76 snprintf(time_buf, sizeof(time_buf), in handle_ipv6_echo_reply()
101 time_buf); in handle_ipv6_echo_reply()
139 char time_buf[16] = { 0 }; in handle_ipv4_echo_reply() local
156 snprintf(time_buf, sizeof(time_buf), in handle_ipv4_echo_reply()
175 time_buf); in handle_ipv4_echo_reply()
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/src/
Dlwm2m_registry.c209 time_t time_buf = 0; in ZTEST() local
224 ret = lwm2m_set_res_buf(&LWM2M_OBJ(3303, 0, 5518), &time_buf, sizeof(time_buf), in ZTEST()
225 sizeof(time_buf), 0); in ZTEST()
244 zassert_equal(time_buf, 1674118825); in ZTEST()
258 zassert_equal(time_buf, time_getbuf); in ZTEST()