Searched defs:nd6_neighbor_cache_entry (Results 1 – 1 of 1) sorted by relevance
71 struct nd6_neighbor_cache_entry { struct72 ip6_addr_t next_hop_address;73 struct netif *netif;74 u8_t lladdr[NETIF_MAX_HWADDR_LEN];78 struct nd6_q_entry *q;81 struct pbuf *q;83 u8_t state;107 struct nd6_neighbor_cache_entry *neighbor_entry; argument