Home
last modified time | relevance | path

Searched defs:net_offload (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_offload.h52 struct net_offload { struct
56 int (*get)(sa_family_t family,
64 int (*bind)(struct net_context *context,
72 int (*listen)(struct net_context *context, int backlog);
78 int (*connect)(struct net_context *context,
89 int (*accept)(struct net_context *context,
97 int (*send)(struct net_pkt *pkt,
105 int (*sendto)(struct net_pkt *pkt,
116 int (*recv)(struct net_context *context,
144 static inline int net_offload_get(struct net_if *iface, in net_offload_get() argument