Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
H A 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);}}while(0)
101 #define icmp_port_unreach(isipv6, pbuf) icmp_dest_unreach(pbuf, ICMP_DUR_PORT)
/third_party/lwip/src/core/ipv4/
H A Dicmp.c308 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach() function
H A Dip4.c392 icmp_dest_unreach(p, ICMP_DUR_FRAG);
776 icmp_dest_unreach(p, ICMP_DUR_PROTO);

Completed in 2 milliseconds