Lines Matching refs:ccp
967 memset(&ct->ccp, 0, sizeof(ct->ccp));
983 ct->ccp.client_id = NULL;
985 ct->ccp.client_id = (const char *)p;
987 __func__, ct->ccp.client_id);
991 ct->ccp.client_id = NULL;
1004 ct->ccp.username = NULL;
1006 ct->ccp.username = (const char *)p;
1008 __func__, ct->ccp.username);
1022 ct->ccp.password = NULL;
1024 ct->ccp.password = (const char *)p;
1026 __func__, ct->ccp.password);
1030 ct->ccp.keep_alive = h->policy->u.mqtt.keep_alive;
1031 ct->ccp.clean_start = (h->policy->u.mqtt.clean_start & 1u);
1032 ct->ccp.will_param.qos = h->policy->u.mqtt.will_qos;
1033 ct->ccp.will_param.retain = h->policy->u.mqtt.will_retain;
1034 ct->ccp.birth_param.qos = h->policy->u.mqtt.birth_qos;
1035 ct->ccp.birth_param.retain = h->policy->u.mqtt.birth_retain;
1036 ct->ccp.aws_iot = h->policy->u.mqtt.aws_iot;
1105 ct->ccp.will_param.topic = ps[SSCMM_STRSUB_WILL_TOPIC];
1106 ct->ccp.will_param.message = ps[SSCMM_STRSUB_WILL_MESSAGE];
1110 ct->ccp.birth_param.topic = ps[SSCMM_STRSUB_BIRTH_TOPIC];
1111 ct->ccp.birth_param.message = ps[SSCMM_STRSUB_BIRTH_MESSAGE];
1114 i->mqtt_cp = &ct->ccp;