44 #ifndef LWIP_HDR_ND6_H
45 #define LWIP_HDR_ND6_H
59 #define ND6_TMR_INTERVAL 1000
62 #ifndef ND6_RTR_SOLICITATION_INTERVAL
63 #define ND6_RTR_SOLICITATION_INTERVAL 4000
70 void nd6_input(
struct pbuf *p,
struct netif *inp);
71 void nd6_clear_destination_cache(
void);
72 struct netif *nd6_find_route(
const ip6_addr_t *ip6addr);
73 err_t nd6_get_next_hop_addr_or_queue(
struct netif *
netif,
struct pbuf *q,
const ip6_addr_t *ip6addr,
const u8_t **hwaddrp);
74 u16_t nd6_get_destination_mtu(
const ip6_addr_t *ip6addr,
struct netif *
netif);
75 #if LWIP_ND6_TCP_REACHABILITY_HINTS
76 void nd6_reachability_hint(
const ip6_addr_t *ip6addr);
uint8_t u8_t
Definition: arch.h:125
uint16_t u16_t
Definition: arch.h:127
int8_t s8_t
Definition: arch.h:126
s8_t err_t
Definition: err.h:96