Searched refs:NCDIfConfig (Results 1 – 5 of 5) sorted by relevance
156 s32 NCDSetIfConfig( const NCDIfConfig* ifconfig );175 s32 NCDGetCurrentConfig( NCDIfConfig* ifconfig, NCDIpConfig* ipconfig,184 s32 NCDGetCurrentIfConfig( NCDIfConfig* ifconfig );
90 s32 REXDEMOOverrideNetConfig( const NCDIfConfig* pIfConfig, const NCDIpConfig* pIpConfig );100 BOOL REXDEMOCreateIfConfig( NCDIfConfig* pIfConfig, u8 configIdSrc );
45 REXDEMOCreateIfConfig( NCDIfConfig* pIfConfig, u8 configId ) in REXDEMOCreateIfConfig()47 (void)memset( pIfConfig, 0, sizeof( NCDIfConfig ) ); in REXDEMOCreateIfConfig()
255 REXDEMOOverrideNetConfig( const NCDIfConfig* pIfConfig, const NCDIpConfig* pIpConfig ) in REXDEMOOverrideNetConfig()308 NCDIfConfig ifConfig; in REXDEMOOverrideNetConfigAuto()309 NCDIfConfig* pIfConfig; in REXDEMOOverrideNetConfigAuto()
273 typedef struct NCDIfConfig struct284 } NCDIfConfig; argument