Searched refs:pcIpAddr (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/freemodbus/tcp_master/port/ |
D | port_tcp_master.c | 303 pxInfo->xSockId, pxInfo->pcIpAddr); in xMBTCPPortMasterGetBuf() 308 pxInfo->xSockId, pxInfo->pcIpAddr, xLength, errno); in xMBTCPPortMasterGetBuf() 339 … pxInfo->xSockId, pxInfo->pcIpAddr, xRet); in vMBTCPPortMasterReadPacket() 353 pxInfo->xSockId, pxInfo->pcIpAddr, pxInfo->usRcvPos, in vMBTCPPortMasterReadPacket() 363 … pxInfo->xSockId, pxInfo->pcIpAddr, usTidRcv, (pxInfo->usTidCnt - 1)); in vMBTCPPortMasterReadPacket() 369 pxInfo->xSockId, pxInfo->pcIpAddr, pxInfo->usRcvPos, in vMBTCPPortMasterReadPacket() 386 pxInfo->xSockId, pxInfo->pcIpAddr, errno); in xMBTCPPortMasterSetNonBlocking() 419 … pxInfo->xIndex, pxInfo->xSockId, pxInfo->pcIpAddr, xErr, errno); in xMBTCPPortMasterCheckAlive() 424 pxInfo->xSockId, pxInfo->pcIpAddr, xErr, errno); in xMBTCPPortMasterCheckAlive() 433 pxInfo->xSockId, pxInfo->pcIpAddr, xOptErr); in xMBTCPPortMasterCheckAlive() [all …]
|
D | port_tcp_master.h | 69 const char* pcIpAddr; /*!< TCP/UDP IP address */ member
|
/hal_espressif-3.6.0/components/freemodbus/tcp_slave/port/ |
D | port_tcp_slave.c | 284 … pxClientInfo->xSockId, pxClientInfo->pcIpAddr); in xMBTCPPortRxPoll() 417 if (pxClientInfo->pcIpAddr) { in vMBTCPPortFreeClientInfo() 418 free((void*)pxClientInfo->pcIpAddr); in vMBTCPPortFreeClientInfo() 523 pxClientInfo->pcIpAddr = pcClientIp; in vMBTCPPortServerTask() 549 … pxClientInfo->xSockId, pxClientInfo->pcIpAddr, in vMBTCPPortServerTask() 554 … pxClientInfo->xSockId, pxClientInfo->pcIpAddr); in vMBTCPPortServerTask() 559 … pxClientInfo->xSockId, pxClientInfo->pcIpAddr, xErr); in vMBTCPPortServerTask() 584 … pxClientInfo->xSockId, pxClientInfo->pcIpAddr, in vMBTCPPortServerTask()
|
D | port_tcp_slave.h | 68 const char* pcIpAddr; /*!< TCP/UDP IP address (string) */ member
|