Searched refs:ping_handler (Results 1 – 3 of 3) sorted by relevance
375 net_icmp_offload_ping_handler_t *ping_handler) in get_offloaded_ping_handler() argument399 *ping_handler = offload->ping_handler; in get_offloaded_ping_handler()437 net_icmp_offload_ping_handler_t ping_handler = NULL; in net_icmp_send_echo_request_timeout() local440 ret = get_offloaded_ping_handler(iface, &ping_handler); in net_icmp_send_echo_request_timeout()445 if (ping_handler == NULL) { in net_icmp_send_echo_request_timeout()452 return ping_handler(ctx, iface, dst, params, user_data); in net_icmp_send_echo_request_timeout()563 net_icmp_offload_ping_handler_t ping_handler) in net_icmp_register_offload_ping() argument579 ctx->ping_handler = ping_handler; in net_icmp_register_offload_ping()
233 net_icmp_offload_ping_handler_t ping_handler; member253 net_icmp_offload_ping_handler_t ping_handler);
655 static int ping_handler(struct net_icmp_ctx *ctx, in ping_handler() function682 ret = net_icmp_init_ctx(&ctx, NET_ICMPV6_ECHO_REPLY, 0, ping_handler); in send_ping()