Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c5076 NDIS_PNP_CAPABILITIES * pNPC = NULL; in IsWOMPEnabledForAdapter() local
5094 pNPC = ( NDIS_PNP_CAPABILITIES * ) malloc( sizeof( NDIS_PNP_CAPABILITIES ) ); in IsWOMPEnabledForAdapter()
5095 require_action( pNPC != NULL, exit, ok = FALSE ); in IsWOMPEnabledForAdapter()
5096 …ok = ( mDNSu8 ) DeviceIoControl( handle, IOCTL_NDIS_QUERY_GLOBAL_STATS, &oid, sizeof( oid ), pNPC,… in IsWOMPEnabledForAdapter()
5099 …ok = ( mDNSu8 ) ( ( count == sizeof( NDIS_PNP_CAPABILITIES ) ) && ( pNPC->Flags & NDIS_DEVICE_WAKE… in IsWOMPEnabledForAdapter()
5103 if ( pNPC != NULL ) in IsWOMPEnabledForAdapter()
5105 free( pNPC ); in IsWOMPEnabledForAdapter()