次の方法で共有


!ndiskd.mopen

!ndiskd.mopen 拡張コマンドは、ミニポートとプロトコル間のバインディングに関する情報を表示します。 この拡張コマンドをパラメーターなしで実行すると、!ndiskd は、NDIS ミニポート ドライバーとプロトコル ドライバーの間で開いているすべてのバインディングのリストを表示します。

!ndiskd.mopen [-handle <x>] [-ref] 

パラメーター

ハンドル
NDIS 開いているバインディングの省略可能なハンドル。

-ref
開いているバインディングの参照カウントを表示します。

DLL

Ndiskd.dll

!ndiskd.mopen コマンドを入力して、開いているすべてのバインディングのリストを取得します。 この例では、Microsoft ISATAP アダプター #2 ミニポートと TCPIP6TUNNEL プロトコル間のバインディングを探します。 ハンドルは ffff8083e56b8110 です。

3: kd> !ndiskd.mopen
Open ffff8083e56b8110
  Miniport: ffff8083e02ce1a0 - Microsoft ISATAP Adapter #2
  Protocol: ffff8083e1a95c00 - TCPIP6TUNNEL

Open ffff8083e11902c0
  Miniport: ffff8083e0f501a0 - Microsoft Kernel Debug Network Adapter
  Protocol: ffff8083e3e8f6b0 - RSPNDR

Open ffff8083e55f3010
  Miniport: ffff8083e0f501a0 - Microsoft Kernel Debug Network Adapter
  Protocol: ffff8083e0114730 - NDISUIO

Open ffff8083e15537d0
  Miniport: ffff8083e0f501a0 - Microsoft Kernel Debug Network Adapter
  Protocol: ffff8083e3e90800 - LLTDIO

Open ffff8083e3926010
  Miniport: ffff8083e0f501a0 - Microsoft Kernel Debug Network Adapter
  Protocol: ffff8083e3e90c10 - MSLLDP

Open ffff8083e0c565a0
  Miniport: ffff8083e0f501a0 - Microsoft Kernel Debug Network Adapter
  Protocol: ffff8083e11cec10 - TCPIP

Open ffff8083e504c770
  Miniport: ffff8083e0f501a0 - Microsoft Kernel Debug Network Adapter
  Protocol: ffff8083e19bfc10 - TCPIP6

これで、ハンドルをクリックするか、ハンドルを使用して、!ndiskd.mopen -handle コマンドを使用すると、データパスの状態や受信パス情報など、開いているバインディングに関する詳細を確認できます。

3: kd> !ndiskd.mopen ffff8083e56b8110


OPEN

    Ndis handle        ffff8083e56b8110
    Flags              [No flags set]
    References         1                   Show detail
    Source             1
    Datapath state     Running

    Protocol           ffff8083e1a95c00 - TCPIP6TUNNEL
    Protocol context   ffff8083e15b62e0

    Miniport           ffff8083e02ce1a0 - Microsoft ISATAP Adapter #2
    Miniport context   ffff8083e0772010


RECEIVE PATH

    Packet filter      [No flags set]
    Frame Type(s)      0x86dd

関連項目

ネットワーク ドライバー設計ガイド

Windows Vista 以降のネットワーク リファレンス

ネットワークスタックのデバッグ

NDIS 拡張コマンド (Ndiskd.dll)

!ndiskd.help