PR_APTPL_MAX_TPORT_LEN
if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) {
PR_APTPL_MAX_TPORT_LEN);
snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port);
unsigned char t_port[PR_APTPL_MAX_TPORT_LEN] = { };
snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s",
unsigned char pr_tport[PR_APTPL_MAX_TPORT_LEN];