Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dicmp.h221 struct net_icmp_offload { struct
251 int net_icmp_register_offload_ping(struct net_icmp_offload *ctx, argument
262 int net_icmp_unregister_offload_ping(struct net_icmp_offload *ctx);
277 int net_icmp_get_offload_rsp_handler(struct net_icmp_offload *ctx,
/Zephyr-latest/subsys/net/ip/
Dicmp.c78 struct net_icmp_offload *offload; in set_offload_handler()
377 struct net_icmp_offload *offload; in get_offloaded_ping_handler()
561 int net_icmp_register_offload_ping(struct net_icmp_offload *ctx, in net_icmp_register_offload_ping()
577 memset(ctx, 0, sizeof(struct net_icmp_offload)); in net_icmp_register_offload_ping()
593 int net_icmp_unregister_offload_ping(struct net_icmp_offload *ctx) in net_icmp_unregister_offload_ping()
611 memset(ctx, 0, sizeof(struct net_icmp_offload)); in net_icmp_unregister_offload_ping()
616 int net_icmp_get_offload_rsp_handler(struct net_icmp_offload *ctx, in net_icmp_get_offload_rsp_handler()
/Zephyr-latest/tests/net/icmp/src/
Dmain.c172 static struct net_icmp_offload offload_data;
330 struct net_icmp_offload *icmp_offload_ctx = &offload_data; in offload_ping_handler()