Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dicmp.h81 void icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t);
90 icmp_dest_unreach(pbuf, ICMP_DUR_PORT))
92 #define icmp_port_unreach(isipv6, pbuf) do{ if(!(isipv6)) { icmp_dest_unreach(pbuf, ICMP_DUR_PORT);…
101 #define icmp_port_unreach(isipv6, pbuf) icmp_dest_unreach(pbuf, ICMP_DUR_PORT)
/third_party/lwip/src/core/ipv4/
Dicmp.c308 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach() function
Dip4.c359 icmp_dest_unreach(p, ICMP_DUR_FRAG); in ip4_forward()
735 icmp_dest_unreach(p, ICMP_DUR_PROTO);
/third_party/lwip/
DCHANGELOG3548 * udp.c: Fixed bug #20253: icmp_dest_unreach was called with a wrong p->payload
3586 icmp_dest_unreach() (had no negative effect but was definitively wrong).