Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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: