Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dicmp.h89 icmp6_dest_unreach(pbuf, ICMP6_DUR_PORT) : \
94 #define icmp_port_unreach(isipv6, pbuf) do{ if(isipv6) { icmp6_dest_unreach(pbuf, ICMP6_DUR_PORT);}…
99 #define icmp_port_unreach(isipv6, pbuf) icmp6_dest_unreach(pbuf, ICMP6_DUR_PORT)
Dicmp6.h57 void icmp6_dest_unreach(struct pbuf *p, enum icmp6_dur_code c);
/third_party/lwip/src/core/ipv6/
Dicmp6.c220 icmp6_dest_unreach(struct pbuf *p, enum icmp6_dur_code c) in icmp6_dest_unreach() function
Dip6.c394 icmp6_dest_unreach(p, ICMP6_DUR_NO_ROUTE); in ip6_forward()