Omega Security Services 0.7.3

sendq Struct Reference

#include <socketengine.h>

Data Fields

char * buf
int len
int pos
int s
struct sendqnext
struct sendqprev

Detailed Description

Definition at line 120 of file socketengine.h.


Field Documentation

char* buf

Definition at line 121 of file socketengine.h.

Referenced by sendq_add(), and sendq_flush().

int len

Definition at line 122 of file socketengine.h.

Referenced by sendq_add(), and sendq_flush().

struct sendq* next

Definition at line 126 of file socketengine.h.

int pos

Definition at line 123 of file socketengine.h.

Referenced by sendq_add(), and sendq_flush().

struct sendq* prev

Definition at line 127 of file socketengine.h.

int s

Definition at line 124 of file socketengine.h.

Referenced by sendq_add(), and sendq_flush().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines