Zephyr API Documentation  3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
socket_offload.h File Reference

Socket Offload Redirect API. More...

Go to the source code of this file.

Data Structures

struct  socket_dns_offload
 An offloaded Socket DNS API interface. More...
 

Functions

void socket_offload_dns_register (const struct socket_dns_offload *ops)
 Register an offloaded socket DNS API interface.
 

Detailed Description

Socket Offload Redirect API.

Function Documentation

◆ socket_offload_dns_register()

void socket_offload_dns_register ( const struct socket_dns_offload ops)

Register an offloaded socket DNS API interface.

Parameters
opsA pointer to the offloaded socket DNS API interface.