Home
last modified time | relevance | path

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

/Zephyr-4.2.1/subsys/net/l2/ppp/
Dppp_l2.c387 time_diff = end_time - ctx->shell.echo_req_data; in echo_reply_handler()
388 ctx->shell.echo_req_data = in echo_reply_handler()
405 ctx->shell.echo_req_data = k_cycle_get_32(); in net_ppp_ping()
411 UINT_TO_POINTER(ctx->shell.echo_req_data), in net_ppp_ping()
412 sizeof(ctx->shell.echo_req_data)); in net_ppp_ping()
426 return ctx->shell.echo_req_data; in net_ppp_ping()
/Zephyr-4.2.1/include/zephyr/net/
Dppp.h498 uint32_t echo_req_data; member