|
Data Accelerator Offload
|
#include <dao_netlink_route.h>
Data Fields | |
| int | is_ipv4 |
| int | prefixlen |
| int | app_if_cookie |
| int | linux_ifindex |
| struct in6_addr | local_in6_addr |
| unsigned int | addr_flags |
Structure describing IP Address which is filled from RTM_NEWADDR, RTM_DELADDR netlink messages
Definition at line 72 of file dao_netlink_route.h.
| int is_ipv4 |
1 if IPv4 or 0 otherwise
Definition at line 74 of file dao_netlink_route.h.
| int prefixlen |
prefixlen of address
Definition at line 77 of file dao_netlink_route.h.
| int app_if_cookie |
application specific interface cookie
Definition at line 80 of file dao_netlink_route.h.
| int linux_ifindex |
linux notion of interface. See if_nametoindex()
Definition at line 83 of file dao_netlink_route.h.
| struct in6_addr local_in6_addr |
local address of interface
Definition at line 86 of file dao_netlink_route.h.
| unsigned int addr_flags |
addr_flags
Definition at line 89 of file dao_netlink_route.h.