Lines Matching refs:tpgt
171 uint16_t *tpgt,
731 (void) fprintf(stdout, ", %d", pList->keys[i].tpgt); in printSendTargets()
2152 IMA_UINT16 tpgt = 0; in listStaticConfig() local
2207 &tpgt, in listStaticConfig()
2234 tpgt; in listStaticConfig()
2306 if ((tpgt == stpgt && in listStaticConfig()
2309 (tpgt == stpgt && in listStaticConfig()
2354 staticTarget.targetAddress.tpgt); in listStaticConfig()
2409 uint16_t tpgt; in listTarget() local
2472 &tpgt, in listTarget()
2504 tpgtConf == tpgt) { in listTarget()
2753 IMA_UINT16 tpgt = 0; in listTargetParam() local
2821 &tpgt, in listTargetParam()
4034 IMA_UINT16 tpgt = 0; in modifyTargetParam() local
4064 &tpgt, in modifyTargetParam()
4289 IMA_UINT16 tpgt = 0; in addStaticConfig() local
4321 &tpgt, in addStaticConfig()
4366 staticConfig.targetAddress.tpgt = tpgt; in addStaticConfig()
4369 staticConfig.targetAddress.tpgt = 0; in addStaticConfig()
4474 IMA_UINT16 tpgt = 0; in removeStaticConfig() local
4509 &tpgt, in removeStaticConfig()
4551 staticTargetProps.staticTarget.targetAddress.tpgt; in removeStaticConfig()
4606 if (tpgt == stpgt) { in removeStaticConfig()
5332 uint16_t *tpgt, boolean_t *isIpv6) in parseTarget() argument
5361 *tpgt = atoi(commaPos2); in parseTarget()