Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
net_pkt_cursor Struct Reference

#include <net_pkt.h>

Data Fields

struct net_bufbuf
 Current net_buf pointer by the cursor.
 
uint8_tpos
 Current position in the data buffer of the net_buf.
 

Field Documentation

◆ buf

struct net_buf* net_pkt_cursor::buf

Current net_buf pointer by the cursor.

◆ pos

uint8_t* net_pkt_cursor::pos

Current position in the data buffer of the net_buf.


The documentation for this struct was generated from the following file: