Used to configure an ORe connection during l4ore_open() and later on using l4ore_get_config() and l4ore_set_config(). More...
Public Attributes | |
int | rw_debug |
set to 1 if debugging is desired | |
int | rw_broadcast |
set to 1 if you want to receive broadcast packets | |
int | rw_active |
if set 0, all packets incoming for this connection | |
int | ro_keep_device_mac |
set to 1 on open if you want to keep the original device mac. | |
int | ro_irq |
irq no. of the belonging NIC | |
int | ro_mtu |
mtu of the belonging NIC | |
l4dm_dataspace_t | ro_send_ds |
send data area (DSI) | |
l4dm_dataspace_t | ro_send_ctl_ds |
send control area (DSI) | |
dsi_socket_ref_t | ro_send_client_socketref |
the clients socket for sending packets | |
dsi_socket_ref_t | ro_send_ore_socketref |
ORe's socket for outgoing packets. | |
l4dm_dataspace_t | ro_recv_ds |
receive data area (DSI) | |
l4dm_dataspace_t | ro_recv_ctl_ds |
receive control area (DSI) | |
dsi_socket_ref_t | ro_recv_client_socketref |
the client's socket for receiving packets | |
dsi_socket_ref_t | ro_recv_ore_socketref |
ORe's socket for incoming packets. | |
char | ro_orename [16] |
name of the ORe instance we connect to |
Used to configure an ORe connection during l4ore_open() and later on using l4ore_get_config() and l4ore_set_config().
Definition at line 25 of file ore-types.h.
set to 1 on open if you want to keep the original device mac.
Definition at line 31 of file ore-types.h.