!ndiskd.af
L'extension !ndiskd.af affiche une famille d'adresses (AF) du NDIS orienté connexion (CoNDIS).
!ndiskd.af -handle <x>
Paramètres
-manche
Obligatoire. Gérer d'une famille d'adresses CoNDIS.
DLL
Ndiskd.dll
Notes
Pour plus d’informations sur CoNDIS, veuillez consulter NDIS orienté connexion.
Pour plus d’informations sur les familles d’adresses CoNDIS, veuillez consulter Familles d’adresses.
Exemples
CoNDIS est utilisé dans certaines situations telles que la connexion à un VPN. Par conséquent, l’exécution de !ndiskd.af ne donnera aucun résultat, à moins qu'un pilote de miniport sur votre système n'ait créé et activé une connexion virtuelle CoNDIS. L'exemple suivant illustre les résultats d'une machine connectée à un réseau VPN. Tout d'abord, exécutez l'extension !ndiskd.netadapter sans aucun paramètre pour obtenir une liste des miniports et des pilotes de miniport présents sur le système. Dans la sortie suivante, recherchez le pilote de miniport pour l'adaptateur réseau Marvell AVASTAR Wireless-AC Network Controller. Son descripteur est ffffc804af2e3710.
1: kd> !ndiskd.netadapter
Driver NetAdapter Name
ffffc804af2e3710 ffffc804b9e6f1a0 Marvell AVASTAR Wireless-AC Network Controller
ffffc804b99b9020 ffffc804b9c301a0 WAN Miniport (Network Monitor)
ffffc804b99b9020 ffffc804b9c2a1a0 WAN Miniport (IPv6)
ffffc804b99b9020 ffffc804b8a8a1a0 WAN Miniport (IP)
ffffc804ae9d7020 ffffc804b9ceb1a0 WAN Miniport (PPPOE)
ffffc804b9ca5900 ffffc804b9e601a0 WAN Miniport (PPTP)
ffffc804b99dc720 ffffc804b99b01a0 WAN Miniport (L2TP)
ffffc804b86581b0 ffffc804b9c6c1a0 WAN Miniport (IKEv2)
ffffc804ad4a7250 ffffc804b99651a0 WAN Miniport (SSTP)
ffffc804b11c4020 ffffc804b85821a0 Microsoft ISATAP Adapter
ffffc804b11c4020 ffffc804b71731a0 Microsoft ISATAP Adapter #2
ffffc804ad725020 ffffc804b05e71a0 Surface Ethernet Adapter #2
ffffc804b0bf0020 ffffc804b0c011a0 Bluetooth Device (Personal Area Network)
ffffc804aef695e0 ffffc804aed331a0 TAP-Windows Adapter V9
Saisissez ensuite la commande !ndiskd.af avec le descripteur du pilote de miniport pour voir la famille d’adresses de ce pilote, qui agit en tant que client orienté connexion.
1: kd> !ndiskd.af ffffc804af2e3710
ADDRESS FAMILY
Ndis handle ffffc804af2e3710
Flags [Unrecognized flags 399b9020] AF_CLOSING
References ffffc804
Close Requested? 0
Miniport 0 - [Unreadable NetAdapter]
Call Manager ffffc804b90a4ac0 - [Invalid Open]
Call Manager Context 007a0078
Client 00060000 - [Unreadable Open]
Client Context ffffc804af2e3888
CLIENT HANDLERS
Client Handler Function pointer Symbol (if available)
ClCreateVcHandler fffff80965fd5888 mrvlpcie8897!Globals+8
ClDeleteVcHandler [None]
ClRequestHandler ffffc804af96fd78
ClRequestCompleteHandler ffffc804af96fd78
ClOpenAfCompleteHandler [None]
ClCloseAfCompleteHandler [None]
ClRegisterSapCompleteHandler 000132060098028a
ClDeregisterSapCompleteHandler [None]
ClMakeCallCompleteHandler fffff80965ff9ec0 wdiwifi!MPWrapperSetOptions
ClCloseCallCompleteHandler fffff80965ff9c70 wdiwifi!MPWrapperHalt
ClModifyCallQoSCompleteHandler fffff80965ff9b50 wdiwifi!MPWrapperInitializeEx
ClAddPartyCompleteHandler fffff80965e71a08 mrvlpcie8897!MPUnload
ClDropPartyCompleteHandler fffff80965ffa070 wdiwifi!MPWrapperPause
ClIncomingDropPartyHandler fffff80965ffaa20 wdiwifi!MPWrapperReturnNetBufferLists
ClIncomingCallHandler fffff80965ffa1e0 wdiwifi!MPWrapperRestart
ClCallConnectedHandler fffff80965ffaad0 wdiwifi!MPWrapperCancelSendNetBufferLists
ClIncomingCloseCallHandler fffff80965ffa870 wdiwifi!MPWrapperSendNetBufferLists
ClIncomingCallQoSChangeHandler fffff80965ffa610 wdiwifi!MPWrapperOidRequest
Voir aussi
Guide de conception des pilotes réseau
Documentation de référence sur la mise en réseau de Windows Vista et versions ultérieures