21 #ifndef WOLFSSL_THREAD_ENTRY_H_ 22 #define WOLFSSL_THREAD_ENTRY_H_ 24 #include <wolfssl/certs_test.h> 26 static const byte ucIPAddress[4] = { 192, 168, 1, 241 };
27 static const byte ucNetMask[4] = { 255, 255, 255, 0 };
28 static const byte ucGatewayAddress[4] = { 192, 168, 1, 1 };
29 static const byte ucDNSServerAddress[4] = { 192, 168, 1, 1 };
30 static const byte g_ether0_mac_address[6] = { 0x00, 0x11, 0x22, 0x33, 0x44, 0x55 };
33 #define CERT_BUF server_cert_der_1024 34 #define SIZEOF_CERT_BUF sizeof_server_cert_der_1024 35 #define KEY_BUF server_key_der_1024 36 #define SIZEOF_KEY_BUF sizeof_server_key_der_1024 39 #define DEFAULT_PORT 11111 41 #define FR_SOCKET_SUCCESS 0