PR_APTPL_MAX_IPORT_LEN
if (strlen(i_port) >= PR_APTPL_MAX_IPORT_LEN) {
PR_APTPL_MAX_IPORT_LEN);
snprintf(pr_reg->pr_iport, PR_APTPL_MAX_IPORT_LEN, "%s", i_port);
unsigned char i_port[PR_APTPL_MAX_IPORT_LEN] = { };
snprintf(i_port, PR_APTPL_MAX_IPORT_LEN, "%s", nacl->initiatorname);
unsigned char pr_iport[PR_APTPL_MAX_IPORT_LEN];