Searched refs:PORT_ERR_MAX (Results 1 – 3 of 3) sorted by relevance
196 #define PORT_ERR_MAX (PORT_ERR_BASE + 26) macro
1862 if (result_code > PORT_ERR_MAX) { in PORT_GetResultString()1863 return result_code_strings[PORT_ERR_MAX]; in PORT_GetResultString()
723 param.close.port_status = PORT_ERR_MAX; in btc_spp_disconnect()