Searched refs:ok_resp (Results 1 – 1 of 1) sorted by relevance
4134 char ok_resp[sizeof(OK_STRING)]; in sock_read() local4242 out_len = net_buf_linearize(ok_resp, sizeof(ok_resp), *buf, 0, in sock_read()4244 ok_resp[out_len] = 0; in sock_read()4247 if (strcmp(ok_resp, OK_STRING)) { in sock_read()4248 LOG_WRN("Could not find OK [%s]", ok_resp); in sock_read()