Home
last modified time | relevance | path

Searched refs:reply_code (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dhttp_client.c57 int reply_code = httpread_reply_code_get(c->hread); in http_client_got_response() local
58 if (reply_code == 200 /* OK */) { in http_client_got_response()
66 "%s:%d", reply_code, in http_client_got_response()
Dhttpread.c67 int reply_code; /* for type REPLY, e.g. 200 for HTTP/1.1 200 OK */ member
221 h->reply_code = atol(hbp); in httpread_hdr_analyze()
328 if (h->reply_code != 200) in httpread_hdr_analyze()
789 return h->reply_code; in httpread_reply_code_get()