| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Network core definitions. More...
#include <stdbool.h>#include <string.h>#include <zephyr/logging/log.h>#include <zephyr/sys/__assert.h>#include <zephyr/kernel.h>#include <zephyr/net/net_timeout.h>Go to the source code of this file.
Enumerations | |
| enum | net_verdict { NET_OK , NET_CONTINUE , NET_DROP } | 
| Net Verdict.  More... | |
Functions | |
| int | net_recv_data (struct net_if *iface, struct net_pkt *pkt) | 
| Called by lower network stack or network device driver when a network packet has been received. The function will push the packet up in the network stack for further processing.  More... | |
| int | net_send_data (struct net_pkt *pkt) | 
| Send data to network.  More... | |
Network core definitions.
Definitions for networking support.