#include <rx.h>
Data Fields | |
gpointer | owner |
Owner of the RX stack. | |
gnet_host_t | host |
Host information (ip, port). | |
const struct rxdrv_ops * | ops |
Dynamically dispatched operations. | |
rxdriver * | upper |
Layer above, NULL if none. | |
rxdriver * | lower |
Layer underneath, NULL if none. | |
gint | flags |
Driver flags. | |
rx_data_t | data_ind |
Data indication routine. | |
gpointer | opaque |
Used by heirs to store specific info. |
|
Data indication routine.
|
|
Driver flags.
|
|
Host information (ip, port).
|
|
Layer underneath, NULL if none.
|
|
Used by heirs to store specific info.
|
|
Dynamically dispatched operations.
|
|
Owner of the RX stack.
|
|
Layer above, NULL if none.
|