Searched refs:icmp_dest_unreach (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Dicmp.h111 void icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t);
124 icmp_dest_unreach(pbuf, ICMP_DUR_PORT))
126 #define icmp_port_unreach(isipv6, pbuf) icmp_dest_unreach(pbuf, ICMP_DUR_PORT)
/vbox/src/VBox/Devices/Network/lwip/src/include/ipv6/lwip/
H A Dicmp.h64 void icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t);
/vbox/src/VBox/Devices/Network/lwip/src/include/ipv4/lwip/
H A Dicmp.h71 void icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t);
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dicmp.c127 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) function
H A Dip.c357 icmp_dest_unreach(p, ICMP_DUR_PROTO);
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/
H A Dicmp6.c118 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) function
H A Dip6.c238 icmp_dest_unreach(p, ICMP_DUR_PROTO);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h126 #define icmp_dest_unreach lwip_icmp_dest_unreach macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dicmp.c365 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) function
H A Dip4.c297 icmp_dest_unreach(p, ICMP_DUR_FRAG);
693 icmp_dest_unreach(p, ICMP_DUR_PROTO);
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h17 #define icmp_dest_unreach lwip_icmp_dest_unreach macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping.c646 icmp_dest_unreach(p, ICMP_DUR_FRAG);
652 icmp_dest_unreach(p, ICMP_DUR_NET);
657 icmp_dest_unreach(p, ICMP_DUR_HOST);
H A Dpxping_win.c274 icmp_dest_unreach(p, code);
H A Dpxtcp.c935 icmp_dest_unreach(p, ICMP_DUR_HOST);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dudp.c227 icmp_dest_unreach(p, ICMP_DUR_PORT);

Completed in 247 milliseconds