Searched refs:gwaddr (Results 1 – 2 of 2) sorted by relevance
149 struct sockaddr_in gwaddr = {0}; in process_thread() local153 gwaddr.sin_family = AF_INET; in process_thread()154 gwaddr.sin_port = htons(CONFIG_NET_SAMPLE_MQTT_SN_GATEWAY_PORT); in process_thread()155 err = inet_pton(AF_INET, SAMPLE_GW_IP, &gwaddr.sin_addr); in process_thread()
246 int mqtt_sn_transport_udp_init(struct mqtt_sn_transport_udp *udp, struct sockaddr *gwaddr,