Searched refs:http_client (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/wpa/src/wps/ |
H A D | http_client.h | 12 struct http_client; 23 struct http_client * http_client_addr(struct sockaddr_in *dst, 26 struct http_client *c, 29 struct http_client * http_client_url(const char *url, 32 struct http_client *c, 35 void http_client_free(struct http_client *c); 36 struct wpabuf * http_client_get_body(struct http_client *c); 37 char * http_client_get_hdr_line(struct http_client *c, const char *tag);
|
H A D | http_client.c | 21 struct http_client { struct 28 void (*cb)(void *ctx, struct http_client *c, argument 38 struct http_client *c = eloop_data; in http_client_timeout() argument 47 struct http_client *c = cookie; in http_client_got_response() 86 struct http_client *c = eloop_ctx; in http_client_tx_ready() 130 struct http_client * http_client_addr(struct sockaddr_in *dst, in http_client_addr() 133 struct http_client *c, in http_client_addr() 137 struct http_client *c; in http_client_addr() 236 struct http_client * http_client_url(const char *url, in http_client_url() 239 struct http_client *c, in http_client_url() [all …]
|
H A D | wps_er.h | 29 struct http_client *http; 39 struct http_client *http;
|
H A D | Makefile | 6 http_client.o \
|
H A D | wps_upnp_event.c | 55 struct http_client *http_event; 213 static void event_http_cb(void *ctx, struct http_client *c, in event_http_cb()
|
H A D | wps_er.c | 193 static void wps_er_http_unsubscribe_cb(void *ctx, struct http_client *c, in wps_er_http_unsubscribe_cb() 401 static void wps_er_http_subscribe_cb(void *ctx, struct http_client *c, in wps_er_http_subscribe_cb() 609 static void wps_er_http_dev_desc_cb(void *ctx, struct http_client *c, in wps_er_http_dev_desc_cb() 864 static void wps_er_http_put_wlan_response_cb(void *ctx, struct http_client *c, in wps_er_http_put_wlan_response_cb() 1389 static void wps_er_http_set_sel_reg_cb(void *ctx, struct http_client *c, in wps_er_http_set_sel_reg_cb() 1640 static void wps_er_http_put_message_cb(void *ctx, struct http_client *c, in wps_er_http_put_message_cb() 1830 static void wps_er_http_get_dev_info_cb(void *ctx, struct http_client *c, in wps_er_http_get_dev_info_cb()
|
/freebsd/crypto/heimdal/appl/test/ |
H A D | Makefile.am | 6 uu_server uu_client nt_gss_server nt_gss_client http_client 18 http_client_SOURCES = http_client.c gss_common.c common.c \
|
H A D | Makefile.in | 49 nt_gss_client$(EXEEXT) http_client$(EXEEXT) 118 am_http_client_OBJECTS = http_client.$(OBJEXT) gss_common.$(OBJEXT) \ 434 http_client_SOURCES = http_client.c gss_common.c common.c \ 501 http_client$(EXEEXT): $(http_client_OBJECTS) $(http_client_DEPENDENCIES) 502 @rm -f http_client$(EXEEXT) 533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_client.Po@am__quote@
|
/freebsd/crypto/openssl/crypto/http/ |
H A D | build.info | 2 SOURCE[../../libcrypto]=http_client.c http_err.c http_lib.c
|
/freebsd/usr.sbin/wpa/src/wps/ |
H A D | Makefile | 12 SRCS= http_client.c \
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2003 | 384 * appl/test/http_client.c (do_connect): use ai_protocol 0 470 * appl/test/http_client.c: close socket when we are done, don't 478 * appl/test/http_client.c: use getarg 485 * appl/test/http_client.c: print both source and target 487 * appl/test/Makefile.am: build http_client
|
H A D | ChangeLog.2005 | 1541 * appl/test/http_client.c: cast ssize_t to unsigned long, fix 1708 * appl/test/http_client.c: Make constent with rest of the gssapi 1772 * appl/test/http_client.c: allow specifing port to connect to
|
H A D | ChangeLog.2004 | 962 * appl/test/http_client.c: support GSS_C_DELEG_FLAG and 965 * appl/test/http_client.c: verbose logging
|
/freebsd/secure/lib/libcrypto/ |
H A D | Makefile | 273 SRCS+= http_client.c http_err.c http_lib.c
|