Home
last modified time | relevance | path

Searched defs:nd6_neighbor_cache_entry (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dnd6.h62 struct nd6_neighbor_cache_entry { struct
63 ip6_addr_t next_hop_address;
64 struct netif *netif;
65 u8_t lladdr[NETIF_MAX_HWADDR_LEN];
69 struct nd6_q_entry *q;
72 struct pbuf *q;
74 u8_t state;
75 u8_t isrouter;
76 union {
104 struct nd6_neighbor_cache_entry *neighbor_entry; argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dnd6.h62 struct nd6_neighbor_cache_entry { struct
63 ip6_addr_t next_hop_address;
64 struct netif *netif;
65 u8_t lladdr[NETIF_MAX_HWADDR_LEN];
69 struct nd6_q_entry *q;
72 struct pbuf *q;
74 u8_t state;
75 u8_t isrouter;
76 union {
104 struct nd6_neighbor_cache_entry *neighbor_entry; argument

Completed in 4 milliseconds