Home
last modified time | relevance | path

Searched refs:pcDescription (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/WinPCap/
HDNetworkInterface.c402 static BaseType_t xDesiredAdapter( const char * pcDescription ) in xDesiredAdapter() argument
409 if( ( pcDescription != NULL ) && ( pcDescription[ 0 ] != 0 ) ) in xDesiredAdapter()
411 uxLength = strlen( pcDescription ); in xDesiredAdapter()
417 …if( strncasecmp( configNETWORK_INTERFACE_TYPE_TO_USE, &( pcDescription[ uxIndex ] ), uxKeyLength )… in xDesiredAdapter()