Home
last modified time | relevance | path

Searched refs:contenttype (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/dnstap/
H A Ddnstap_fstrm.c49 void* fstrm_create_control_frame_start(char* contenttype, size_t* len) in fstrm_create_control_frame_start() argument
61 n = 4+4+4+4+4+strlen(contenttype); in fstrm_create_control_frame_start()
66 control[1] = htonl(4+4+4+strlen(contenttype)); in fstrm_create_control_frame_start()
69 control[4] = htonl(strlen(contenttype)); in fstrm_create_control_frame_start()
70 memmove(&control[5], contenttype, strlen(contenttype)); in fstrm_create_control_frame_start()
95 void* fstrm_create_control_frame_ready(char* contenttype, size_t* len) in fstrm_create_control_frame_ready() argument
108 n = 4+4+4+4+4+strlen(contenttype); in fstrm_create_control_frame_ready()
114 control[1] = htonl(4+4+4+strlen(contenttype)); in fstrm_create_control_frame_ready()
117 control[4] = htonl(strlen(contenttype)); in fstrm_create_control_frame_ready()
118 memmove(&control[5], contenttype, strlen(contenttype)); in fstrm_create_control_frame_ready()
[all …]
H A Ddnstap_fstrm.h128 void* fstrm_create_control_frame_start(char* contenttype, size_t* len);
143 void* fstrm_create_control_frame_ready(char* contenttype, size_t* len);
169 void* fstrm_create_control_frame_accept(char* contenttype, size_t* len);
/freebsd/crypto/openssl/test/
H A Dasynciotest.c150 unsigned int contenttype, versionhi, versionlo, data; in async_write() local
153 if (!PACKET_get_1(&pkt, &contenttype) in async_write()
163 if (contenttype == SSL3_RT_HANDSHAKE in async_write()
218 smallrec[CONTENTTYPEPOS] = contenttype; in async_write()
231 if (contenttype == SSL3_RT_CHANGE_CIPHER_SPEC in async_write()