Lines Matching refs:CODE
86 #define CODE(x) case x: return #x; in net_error_to_string() macro
88 CODE(B_NET_ERROR_REDIRECT_HOST) in net_error_to_string()
89 CODE(B_NET_ERROR_UNREACH_NET) in net_error_to_string()
90 CODE(B_NET_ERROR_UNREACH_HOST) in net_error_to_string()
91 CODE(B_NET_ERROR_UNREACH_PROTOCOL) in net_error_to_string()
92 CODE(B_NET_ERROR_UNREACH_PORT) in net_error_to_string()
93 CODE(B_NET_ERROR_MESSAGE_SIZE) in net_error_to_string()
94 CODE(B_NET_ERROR_TRANSIT_TIME_EXCEEDED) in net_error_to_string()
95 CODE(B_NET_ERROR_REASSEMBLY_TIME_EXCEEDED) in net_error_to_string()
96 CODE(B_NET_ERROR_PARAMETER_PROBLEM) in net_error_to_string()
97 CODE(B_NET_ERROR_QUENCH) in net_error_to_string()
101 #undef CODE in net_error_to_string()