icmp_port_unreach is only used within LwIP.
 
Symbols
loading...
Files
loading...

icmp_port_unreach macro

Syntax

#define icmp_port_unreach(isipv6, pbuf) icmp_dest_unreach(pbuf, ICMP_DUR_PORT)

Arguments

isipv6

pbuf

References

LocationText
icmp.h:101
#define icmp_port_unreach(isipv6, pbuf) icmp_dest_unreach(pbuf, ICMP_DUR_PORT)
udp.c:419
icmp_port_unreach(ip_current_is_v6(), p);