|
Data Accelerator Offload
|
#include <dao_netlink_route.h>
Data Fields | |
| int | is_ipv4 |
| int | prefixlen |
| int | app_if_cookie |
| int | linux_ifindex |
| int | neigh_vlan_id |
Structure describing IP neighbor updates which is filled from RTM_NEWNEIGH RTM_DELNEIGH netlink messages
Definition at line 213 of file dao_netlink_route.h.
| int is_ipv4 |
1 if IPv4 or 0 otherwise
Definition at line 215 of file dao_netlink_route.h.
| int prefixlen |
prefixlen of address
Definition at line 218 of file dao_netlink_route.h.
| int app_if_cookie |
application specific interface cookie
Definition at line 221 of file dao_netlink_route.h.
| int linux_ifindex |
linux notion of interface. See if_nametoindex()
Definition at line 224 of file dao_netlink_route.h.
| int neigh_vlan_id |
If >=0. valid vlan id
Definition at line 229 of file dao_netlink_route.h.