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 77 int reply_code; /* for type REPLY, e.g. 200 for HTTP/1.1 200 OK */ member in struct:httpread
226 h->reply_code = atol(hbp);
335 if (h->reply_code != 200)
766 return h->reply_code;

Completed in 560 milliseconds