Home
last modified time | relevance | path

Searched refs:ICMP6_DUR_PORT (Results 1 – 2 of 2) 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)
/third_party/lwip/src/include/lwip/prot/
Dicmp6.h108 ICMP6_DUR_PORT = 4, enumerator