Searched refs:OK_STRING (Results 1 – 1 of 1) sorted by relevance
375 static const char OK_STRING[] = "OK"; variable4071 char ok_resp[sizeof(OK_STRING)]; in sock_read()4161 if (!*buf || (net_buf_frags_len(*buf) < strlen(OK_STRING) + 4)) { in sock_read()4163 strlen(OK_STRING) + 4); in sock_read()4180 strlen(OK_STRING)); in sock_read()4183 net_buf_remove(buf, strlen(OK_STRING)); in sock_read()4184 if (strcmp(ok_resp, OK_STRING)) { in sock_read()