Searched defs:ip_addr (Results 1 – 3 of 3) sorted by relevance
69 typedef struct ip_addr { struct74 /** @ref lwip_ip_addr_type */ argument76 } ip_addr_t; argument
277 ip_addr_t ip_addr; member
1289 mqtt_client_connect(mqtt_client_t *client, const ip_addr_t *ip_addr, u16_t port, mqtt_connection_cb… in mqtt_client_connect()