Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dicmp.c375 net_icmp_offload_ping_handler_t *ping_handler) in get_offloaded_ping_handler() argument
399 *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() local
440 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() argument
579 ctx->ping_handler = ping_handler; in net_icmp_register_offload_ping()
/Zephyr-latest/include/zephyr/net/
Dicmp.h233 net_icmp_offload_ping_handler_t ping_handler; member
253 net_icmp_offload_ping_handler_t ping_handler);
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_shell.c655 static int ping_handler(struct net_icmp_ctx *ctx, in ping_handler() function
682 ret = net_icmp_init_ctx(&ctx, NET_ICMPV6_ECHO_REPLY, 0, ping_handler); in send_ping()