targetPortList_t
printTargetPortInfo(targetPortList_t *TPListWalk, int pflag)
printTargetPortInfo(targetPortList_t *TPListWalk, int pflag);
static targetPortList_t *gTargetPortList = NULL;
targetPortList_t *discoveredTP, *newTP;
newTP = (targetPortList_t *)calloc(1,
sizeof (targetPortList_t));
targetPortList_t *tpListWalk;