TAS
TCP Acceleration as an OS Service
Data Fields
routing_table_entry Struct Reference

Data Fields

uint32_t dest_ip
 
uint32_t dest_mask
 
uint32_t next_hop
 

Detailed Description

Routing table entry

Definition at line 32 of file routing.c.

Field Documentation

◆ dest_ip

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().

◆ dest_mask

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().

◆ next_hop

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().


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