Searched defs:in6_nbrinfo (Results 1 – 1 of 1) sorted by relevance
109 struct in6_nbrinfo { struct110 char ifname[IFNAMSIZ]; /* if name, e.g. "en0" */111 struct in6_addr addr; /* IPv6 address of the neighbor */112 long asked; /* number of queries already sent for this addr */113 int isrouter; /* if it acts as a router */114 int state; /* reachability state */115 int expire; /* lifetime for NDP state transition */