Searched refs:message_type (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/usr/tests/multihoptest/
H A Dlatencytest.c67 inline static char* get_message_name(int message_type) argument
69 switch (message_type) {
134 static int message_type = 0; local
152 message_type++;
155 if (message_type > 13) {
181 get_message_name(message_type));
192 message_type);
198 switch (message_type) {
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds3_clnt.c746 if ( s->s3->tmp.message_type == DTLS1_MT_HELLO_VERIFY_REQUEST)
762 if ( s->s3->tmp.message_type != SSL3_MT_SERVER_HELLO)
987 if ((s->s3->tmp.message_type == SSL3_MT_SERVER_KEY_EXCHANGE) ||
989 (s->s3->tmp.message_type == SSL3_MT_SERVER_DONE)))
995 if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE)
1186 if (s->s3->tmp.message_type != SSL3_MT_SERVER_KEY_EXCHANGE)
1683 if (s->s3->tmp.message_type == SSL3_MT_SERVER_DONE)
1689 if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE_REQUEST)
1826 if (s->s3->tmp.message_type == SSL3_MT_FINISHED)
1831 if (s->s3->tmp.message_type !
[all...]
H A Ds3_both.c404 if ((mt >= 0) && (s->s3->tmp.message_type != mt))
475 s->s3->tmp.message_type= *(p++);
H A Ds23_srvr.c485 s->s3->tmp.message_type=SSL3_MT_CLIENT_HELLO;
H A Dssl3.h469 int message_type; member in struct:ssl3_state_st::__anon1348
H A Ds3_srvr.c768 if (s->s3->tmp.message_type == SSL3_MT_CLIENT_HELLO)
2709 if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE_VERIFY)
2884 if (s->s3->tmp.message_type == SSL3_MT_CLIENT_KEY_EXCHANGE)
2904 if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE)
H A Dd1_both.c422 if ((mt >= 0) && (s->s3->tmp.message_type != mt))
525 s->s3->tmp.message_type = msg_hdr->type;
H A Dd1_clnt.c737 if (s->s3->tmp.message_type != DTLS1_MT_HELLO_VERIFY_REQUEST)
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Ddhcp.c197 static err_t dhcp_create_msg(struct netif *netif, struct dhcp *dhcp, u8_t message_type);
1799 * @param message_type message type of the request
1802 dhcp_create_msg(struct netif *netif, struct dhcp *dhcp, u8_t message_type) argument
1835 if (message_type != DHCP_REQUEST) {
1862 /* set ciaddr to netif->ip_addr based on message_type and state */
1863 if ((message_type == DHCP_INFORM) || (message_type == DHCP_DECLINE) || (message_type == DHCP_RELEASE) ||
1864 ((message_type == DHCP_REQUEST) && /* DHCP_STATE_BOUND not used for sending! */
1889 dhcp_option_byte(dhcp, message_type);
[all...]
/barrelfish-2018-10-04/include/openssl/
H A Dssl3.h469 int message_type; member in struct:ssl3_state_st::__anon248

Completed in 177 milliseconds