Searched refs:OK_STRING (Results 1 – 1 of 1) sorted by relevance
374 static const char OK_STRING[] = "OK"; variable3983 char ok_resp[sizeof(OK_STRING)]; in sock_read()4073 if (!*buf || (net_buf_frags_len(*buf) < strlen(OK_STRING) + 4)) { in sock_read()4075 strlen(OK_STRING) + 4); in sock_read()4092 strlen(OK_STRING)); in sock_read()4095 net_buf_remove(buf, strlen(OK_STRING)); in sock_read()4096 if (strcmp(ok_resp, OK_STRING)) { in sock_read()