Searched refs:ok_resp (Results 1 – 1 of 1) sorted by relevance
4071 char ok_resp[sizeof(OK_STRING)]; in sock_read() local4179 out_len = net_buf_linearize(ok_resp, sizeof(ok_resp), *buf, 0, in sock_read()4181 ok_resp[out_len] = 0; in sock_read()4184 if (strcmp(ok_resp, OK_STRING)) { in sock_read()4185 LOG_WRN("Could not find OK [%s]", ok_resp); in sock_read()