Data Accelerator Offload
Loading...
Searching...
No Matches
Data Fields
dao_netlink_route_ip_neigh Struct Reference

#include <dao_netlink_route.h>

Data Fields

int is_ipv4
 
int prefixlen
 
int app_if_cookie
 
int linux_ifindex
 
int neigh_vlan_id
 

Detailed Description

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.

Field Documentation

◆ is_ipv4

int is_ipv4

1 if IPv4 or 0 otherwise

Definition at line 215 of file dao_netlink_route.h.

◆ prefixlen

int prefixlen

prefixlen of address

Definition at line 218 of file dao_netlink_route.h.

◆ app_if_cookie

int app_if_cookie

application specific interface cookie

Definition at line 221 of file dao_netlink_route.h.

◆ linux_ifindex

int linux_ifindex

linux notion of interface. See if_nametoindex()

Definition at line 224 of file dao_netlink_route.h.

◆ neigh_vlan_id

int neigh_vlan_id

If >=0. valid vlan id

Definition at line 229 of file dao_netlink_route.h.


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