ReactOS 0.4.16-dev-257-g6aa11ac
|
#include "test_mqtt.h"
#include "lwip/pbuf.h"
#include "lwip/apps/mqtt.h"
#include "lwip/apps/mqtt_priv.h"
#include "lwip/netif.h"
Go to the source code of this file.
Functions | |
static err_t | test_mqtt_netif_output (struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr) |
static void | test_mqtt_init_netif (struct netif *netif, const ip_addr_t *ip_addr, const ip_addr_t *netmask) |
static void | mqtt_setup (void) |
static void | mqtt_teardown (void) |
static void | test_mqtt_connection_cb (mqtt_client_t *client, void *arg, mqtt_connection_status_t status) |
START_TEST (basic_connect) | |
END_TEST Suite * | mqtt_suite (void) |
Variables | |
const ip_addr_t | test_mqtt_local_ip = IPADDR4_INIT_BYTES(192, 168, 1, 1) |
const ip_addr_t | test_mqtt_remote_ip = IPADDR4_INIT_BYTES(192, 168, 1, 2) |
const ip_addr_t | test_mqtt_netmask = IPADDR4_INIT_BYTES(255, 255, 255, 0) |
static struct netif * | old_netif_list |
static struct netif * | old_netif_default |
Definition at line 44 of file test_mqtt.c.
Referenced by mqtt_suite().
END_TEST Suite * mqtt_suite | ( | void | ) |
Definition at line 109 of file test_mqtt.c.
Referenced by main().
Definition at line 54 of file test_mqtt.c.
Referenced by mqtt_suite().
START_TEST | ( | basic_connect | ) |
Definition at line 71 of file test_mqtt.c.
|
static |
Definition at line 64 of file test_mqtt.c.
Referenced by START_TEST().
|
static |
Definition at line 22 of file test_mqtt.c.
Referenced by START_TEST().
|
static |
Definition at line 12 of file test_mqtt.c.
Referenced by test_mqtt_init_netif().
Definition at line 41 of file test_mqtt.c.
Referenced by mqtt_setup(), and mqtt_teardown().
Definition at line 40 of file test_mqtt.c.
Referenced by mqtt_setup(), and mqtt_teardown().
Definition at line 8 of file test_mqtt.c.
Referenced by START_TEST().
Definition at line 10 of file test_mqtt.c.
Referenced by START_TEST().
Definition at line 9 of file test_mqtt.c.
Referenced by START_TEST().