TAS
TCP Acceleration as an OS Service
|
Data Fields | |
uint32_t | dest_ip |
uint32_t | dest_mask |
uint32_t | next_hop |
uint32_t routing_table_entry::dest_ip |
Destination IP address
Definition at line 34 of file routing.c.
Referenced by routing_init(), and routing_resolve().
uint32_t routing_table_entry::dest_mask |
Destination IP address mask
Definition at line 36 of file routing.c.
Referenced by routing_init(), and routing_resolve().
uint32_t routing_table_entry::next_hop |
Next hop IP address
Definition at line 38 of file routing.c.
Referenced by routing_init(), and routing_resolve().