Searched refs:resultNcd (Results 1 – 1 of 1) sorted by relevance
257 s32 resultNcd; in REXDEMOOverrideNetConfig() local274 resultNcd = NCDSetIfConfig( pIfConfig ); in REXDEMOOverrideNetConfig()275 if( resultNcd != NCD_RESULT_SUCCESS ) in REXDEMOOverrideNetConfig()277 OSReport( "NCDSetIfConfig failed (%d)\n", resultNcd ); in REXDEMOOverrideNetConfig()278 return resultNcd; in REXDEMOOverrideNetConfig()285 resultNcd = NCDSetIpConfig( pIpConfig ); in REXDEMOOverrideNetConfig()286 if( resultNcd != NCD_RESULT_SUCCESS ) in REXDEMOOverrideNetConfig()288 OSReport( "NCDSetIpConfig failed (%d)\n", resultNcd ); in REXDEMOOverrideNetConfig()289 return resultNcd; in REXDEMOOverrideNetConfig()351 s32 resultNcd; in REXDEMOWaitForInterfaceReadyEx() local[all …]