Home
last modified time | relevance | path

Searched refs:echo_reply (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/l2/ppp/
Dppp_l2.c362 ctx->shell.echo_reply.cb = echo_reply_handler; in net_ppp_ping()
363 ctx->shell.echo_reply.user_data = ctx; in net_ppp_ping()
364 ctx->shell.echo_reply.user_data_len = sizeof(ctx); in net_ppp_ping()
375 ctx->shell.echo_reply.cb = NULL; in net_ppp_ping()
Dfsm.c1147 if (ctx->shell.echo_reply.cb) { in ppp_fsm_recv_echo_reply()
1148 ctx->shell.echo_reply.cb(ctx->shell.echo_reply.user_data, in ppp_fsm_recv_echo_reply()
1149 ctx->shell.echo_reply.user_data_len); in ppp_fsm_recv_echo_reply()
/Zephyr-latest/include/zephyr/net/
Dppp.h486 } echo_reply; member