Home
last modified time | relevance | path

Searched refs:httpread_hdr_type_get (Results 1 – 4 of 4) sorted by relevance

/src/contrib/wpa/src/wps/
H A Dhttpread.h80 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h);
H A Dhttp_server.c165 return httpread_hdr_type_get(req->hread); in http_request_get_type()
H A Dhttp_client.c55 if (httpread_hdr_type_get(c->hread) == HTTPREAD_HDR_TYPE_REPLY) in http_client_got_response()
H A Dhttpread.c771 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h) in httpread_hdr_type_get() function