Searched refs:ICMP_TYPE_UNREACH (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.h13 #define ICMP_TYPE_UNREACH 3 macro
38 // ICMP_TYPE_UNREACH codes
H A Dicmp.cpp142 return type == ICMP_TYPE_UNREACH
154 case ICMP_TYPE_UNREACH:
207 type = ICMP_TYPE_UNREACH;
211 type = ICMP_TYPE_UNREACH;
215 type = ICMP_TYPE_UNREACH;
219 type = ICMP_TYPE_UNREACH;
223 type = ICMP_TYPE_UNREACH;
482 case ICMP_TYPE_UNREACH:

Completed in 43 milliseconds