Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ppp/
Dppp_l2.c343 time_diff = end_time - ctx->shell.echo_req_data; in echo_reply_handler()
344 ctx->shell.echo_req_data = in echo_reply_handler()
361 ctx->shell.echo_req_data = k_cycle_get_32(); in net_ppp_ping()
367 UINT_TO_POINTER(ctx->shell.echo_req_data), in net_ppp_ping()
368 sizeof(ctx->shell.echo_req_data)); in net_ppp_ping()
382 return ctx->shell.echo_req_data; in net_ppp_ping()
/Zephyr-latest/include/zephyr/net/
Dppp.h492 uint32_t echo_req_data; member