HomeSort by relevance Sort by last modified time
    Searched refs:reply_code (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/wps/
http_client.c 57 int reply_code = httpread_reply_code_get(c->hread); local
58 if (reply_code == 200 /* OK */) {
66 "%s:%d", reply_code,
httpread.c 79 int reply_code; /* for type REPLY, e.g. 200 for HTTP/1.1 200 OK */ member in struct:httpread
246 h->reply_code = atol(hbp);
356 if (h->reply_code != 200)
796 return h->reply_code;

Completed in 23 milliseconds