Searched refs:ucTCPPort (Results 1 – 6 of 6) sorted by relevance
75 eMBTCPDoInit( USHORT ucTCPPort ) in eMBTCPDoInit() argument79 if( xMBTCPPortInit( ucTCPPort ) == FALSE ) in eMBTCPDoInit()
75 eMBMasterTCPDoInit( USHORT ucTCPPort ) in eMBMasterTCPDoInit() argument79 if( xMBMasterTCPPortInit( ucTCPPort ) == FALSE ) in eMBMasterTCPDoInit()
43 eMBErrorCode eMBTCPDoInit( USHORT ucTCPPort );
43 eMBErrorCode eMBMasterTCPDoInit( USHORT ucTCPPort );
198 eMBTCPInit( USHORT ucTCPPort ) in eMBTCPInit() argument202 if( ( eStatus = eMBTCPDoInit( ucTCPPort ) ) != MB_ENOERR ) in eMBTCPInit()
150 eMBMasterTCPInit( USHORT ucTCPPort ) in eMBMasterTCPInit() argument154 if( ( eStatus = eMBMasterTCPDoInit( ucTCPPort ) ) != MB_ENOERR ) { in eMBMasterTCPInit()