Home
last modified time | relevance | path

Searched refs:ip6_options_add_hbh_ra (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip6.h78 err_t ip6_options_add_hbh_ra(struct pbuf * p, u8_t nexth, u8_t value);
/third_party/lwip/src/core/ipv6/
Dmld6.c653 ip6_options_add_hbh_ra(p, IP6_NEXTH_ICMP6, IP6_ROUTER_ALERT_VALUE_MLD);
Dip6.c1477 ip6_options_add_hbh_ra(struct pbuf *p, u8_t nexth, u8_t value) function