Lines Matching refs:mqtt
562 printf("\t.u = {\n\t\t.mqtt = {\n");
564 if (pol->u.mqtt.topic)
566 pol->u.mqtt.topic);
567 if (pol->u.mqtt.subscribe)
569 pol->u.mqtt.subscribe);
570 if (pol->u.mqtt.will_topic)
572 pol->u.mqtt.will_topic);
573 if (pol->u.mqtt.will_message)
575 pol->u.mqtt.will_message);
576 if (pol->u.mqtt.will_qos)
578 pol->u.mqtt.will_qos);
579 if (pol->u.mqtt.will_retain)
581 pol->u.mqtt.will_retain);
582 if (pol->u.mqtt.birth_topic)
584 pol->u.mqtt.birth_topic);
585 if (pol->u.mqtt.birth_message)
587 pol->u.mqtt.birth_message);
588 if (pol->u.mqtt.birth_qos)
590 pol->u.mqtt.birth_qos);
591 if (pol->u.mqtt.birth_retain)
593 pol->u.mqtt.birth_retain);
594 if (pol->u.mqtt.keep_alive)
596 pol->u.mqtt.keep_alive);
597 if (pol->u.mqtt.qos)
599 pol->u.mqtt.qos);
600 if (pol->u.mqtt.clean_start)
602 pol->u.mqtt.clean_start);
603 if (pol->u.mqtt.aws_iot)
605 pol->u.mqtt.aws_iot);
606 if (pol->u.mqtt.retain)
608 pol->u.mqtt.retain);