Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dicmp6.c69 static void icmp6_send_response_with_addrs_and_netif(struct pbuf *p, u8_t code, u32_t data,
323 icmp6_send_response_with_addrs_and_netif(p, code, data, type, reply_src, reply_dest, netif); in icmp6_send_response()
368 icmp6_send_response_with_addrs_and_netif(p, code, data, type, reply_src, in icmp6_send_response_with_addrs()
385 icmp6_send_response_with_addrs_and_netif(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs_and_netif() function