Searched refs:str_err_code (Results 1 – 1 of 1) sorted by relevance
639 char str_err_code[20]; in tcp_command_fill() local678 snprintf(str_err_code, sizeof(str_err_code), "%d", err_code); in tcp_command_fill()679 strcpy(send_paras[INDEX_ERRCODE].valuestr, str_err_code); in tcp_command_fill()