Searched refs:ok_resp (Results 1 – 1 of 1) sorted by relevance
3983 char ok_resp[sizeof(OK_STRING)]; in sock_read() local4091 out_len = net_buf_linearize(ok_resp, sizeof(ok_resp), *buf, 0, in sock_read()4093 ok_resp[out_len] = 0; in sock_read()4096 if (strcmp(ok_resp, OK_STRING)) { in sock_read()4097 LOG_WRN("Could not find OK [%s]", ok_resp); in sock_read()