Home
last modified time | relevance | path

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

/subsys/net/ip/
A 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()
/subsys/net/lib/zperf/
A Dzperf_shell.c762 static int ping_handler(struct net_icmp_ctx *ctx, in ping_handler() function
789 ret = net_icmp_init_ctx(&ctx, NET_ICMPV6_ECHO_REPLY, 0, ping_handler); in send_ping()

Completed in 13 milliseconds