Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dipifcons.h250 #define MIB_IF_OPER_STATUS_CONNECTED IF_OPER_STATUS_CONNECTED macro
/reactos/base/applications/network/ipconfig/
H A Dipconfig.c658 …if (mibEntry.dwOperStatus != MIB_IF_OPER_STATUS_CONNECTED && mibEntry.dwOperStatus != MIB_IF_OPER_… in ShowInfo()
880 if (mibEntry.dwOperStatus == MIB_IF_OPER_STATUS_CONNECTED || in Release()
980 if (mibEntry.dwOperStatus == MIB_IF_OPER_STATUS_CONNECTED || in Renew()
/reactos/dll/shellext/netshell/
H A Dconnectmanager.cpp506 case MIB_IF_OPER_STATUS_CONNECTED: in NormalizeOperStatus()
H A Dlanstatusui.cpp147 …if (IfEntry.dwOperStatus == MIB_IF_OPER_STATUS_CONNECTED || IfEntry.dwOperStatus == MIB_IF_OPER_ST… in UpdateLanStatus()
/reactos/dll/win32/inetmib1/
H A Dmain.c179 case MIB_IF_OPER_STATUS_CONNECTED: in copyOperStatus()