|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <netbuff.h>
Data Fields | |
| uintptr_t | paddr |
| uint8_t * | head |
| uint8_t * | end |
| uint8_t * | data |
| uint8_t * | tail |
| uint16_t | length |
| uint8_t* netbuff::data |
Definition at line 15 of file netbuff.h.
Referenced by create_netbuff(), ethernet_send_frame(), ipv4_send(), and netbuff_push().
| uint8_t* netbuff::end |
Definition at line 13 of file netbuff.h.
Referenced by create_netbuff().
| uint8_t* netbuff::head |
Definition at line 12 of file netbuff.h.
Referenced by create_netbuff(), ethernet_send_frame(), and free_netbuff().
| uint16_t netbuff::length |
Definition at line 18 of file netbuff.h.
Referenced by create_netbuff(), ethernet_send_frame(), ipv4_send(), netbuff_push(), and netbuff_put().
| uintptr_t netbuff::paddr |
Definition at line 10 of file netbuff.h.
Referenced by create_netbuff(), ethernet_send_frame(), and free_netbuff().
| uint8_t* netbuff::tail |
Definition at line 16 of file netbuff.h.
Referenced by create_netbuff(), and netbuff_put().