Searched refs:OK_STRING (Results 1 – 1 of 1) sorted by relevance
376 static const char OK_STRING[] = "OK"; variable4134 char ok_resp[sizeof(OK_STRING)]; in sock_read()4224 if (!*buf || (net_buf_frags_len(*buf) < strlen(OK_STRING) + 4)) { in sock_read()4226 strlen(OK_STRING) + 4); in sock_read()4243 strlen(OK_STRING)); in sock_read()4246 net_buf_remove(buf, strlen(OK_STRING)); in sock_read()4247 if (strcmp(ok_resp, OK_STRING)) { in sock_read()