Home
last modified time | relevance | path

Searched refs:content_type (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/src/utils/
Dhttp-utils.h53 const char *content_type, const char *ext_hdr,
Dhttp_curl.c1662 const char *content_type, const char *ext_hdr, in http_post() argument
1682 if (content_type) { in http_post()
1684 snprintf(ct, sizeof(ct), "Content-Type: %s", content_type); in http_post()
/hostap-latest/src/tls/
Dtlsv1_record.h64 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
Dtlsv1_record.c150 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, in tlsv1_record_send() argument
165 *pos++ = content_type; in tlsv1_record_send()
/hostap-latest/src/crypto/
Dtls_openssl.c1410 static const char * openssl_content_type(int content_type) in openssl_content_type() argument
1412 switch (content_type) { in openssl_content_type()
1433 static const char * openssl_handshake_type(int content_type, const u8 *buf, in openssl_handshake_type() argument
1436 if (content_type == 257 && buf && len == 1) in openssl_handshake_type()
1438 if (content_type != 22 || !buf || len == 0) in openssl_handshake_type()
1576 static void tls_msg_cb(int write_p, int version, int content_type, in tls_msg_cb() argument
1594 version, content_type); in tls_msg_cb()
1600 write_p ? "TX" : "RX", version, content_type, in tls_msg_cb()
1601 openssl_content_type(content_type), in tls_msg_cb()
1602 openssl_handshake_type(content_type, buf, len)); in tls_msg_cb()
[all …]