Searched refs:icmp_dest_unreach (Results 1 – 4 of 4) sorted by relevance
81 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)
308 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach() function
359 icmp_dest_unreach(p, ICMP_DUR_FRAG); in ip4_forward()735 icmp_dest_unreach(p, ICMP_DUR_PROTO);
3548 * udp.c: Fixed bug #20253: icmp_dest_unreach was called with a wrong p->payload3586 icmp_dest_unreach() (had no negative effect but was definitively wrong).