Searched refs:echo_reply (Results 1 – 3 of 3) sorted by relevance
381 ctx->shell.echo_reply.cb = echo_reply_handler; in net_ppp_ping()382 ctx->shell.echo_reply.user_data = ctx; in net_ppp_ping()383 ctx->shell.echo_reply.user_data_len = sizeof(ctx); in net_ppp_ping()394 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