libubox
C utility functions for OpenWrt.
udebug_remote_buf Struct Reference

#include <udebug.h>

Collaboration diagram for udebug_remote_buf:

Data Fields

struct avl_node node
 
struct udebug_buf buf
 
bool poll
 
uint32_t head
 
uint32_t pcap_iface
 
void * priv
 
const struct udebug_packet_infometa
 

Detailed Description

Definition at line 90 of file udebug.h.

Field Documentation

◆ buf

struct udebug_buf udebug_remote_buf::buf

Definition at line 87 of file udebug.h.

◆ head

uint32_t udebug_remote_buf::head

Definition at line 94 of file udebug.h.

◆ meta

const struct udebug_packet_info* udebug_remote_buf::meta

Definition at line 99 of file udebug.h.

◆ node

struct avl_node udebug_remote_buf::node

Definition at line 87 of file udebug.h.

◆ pcap_iface

uint32_t udebug_remote_buf::pcap_iface

Definition at line 97 of file udebug.h.

◆ poll

bool udebug_remote_buf::poll

Definition at line 93 of file udebug.h.

◆ priv

void* udebug_remote_buf::priv

Definition at line 98 of file udebug.h.


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