Searched refs:echo_reply (Results 1 – 3 of 3) sorted by relevance
362 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()
1147 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()
486 } echo_reply; member