Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Difmib.h45 INTERNAL_IF_OPER_STATUS dwOperStatus; member
/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()
881 mibEntry.dwOperStatus == MIB_IF_OPER_STATUS_OPERATIONAL) in Release()
980 if (mibEntry.dwOperStatus == MIB_IF_OPER_STATUS_CONNECTED || in Renew()
981 mibEntry.dwOperStatus == MIB_IF_OPER_STATUS_OPERATIONAL) in Renew()
/reactos/dll/shellext/netshell/
H A Dlanstatusui.cpp147 …if (IfEntry.dwOperStatus == MIB_IF_OPER_STATUS_CONNECTED || IfEntry.dwOperStatus == MIB_IF_OPER_ST… in UpdateLanStatus()
170 …else if (IfEntry.dwOperStatus == MIB_IF_OPER_STATUS_UNREACHABLE || IfEntry.dwOperStatus == MIB_IF_… in UpdateLanStatus()
178 else if (IfEntry.dwOperStatus == MIB_IF_OPER_STATUS_NON_OPERATIONAL) in UpdateLanStatus()
H A Dconnectmanager.cpp492 switch (IfEntry->dwOperStatus) in NormalizeOperStatus()
/reactos/base/services/dhcpcsvc/dhcp/
H A Dadapter.c201 if (IfEntry->dwOperStatus == IF_OPER_STATUS_CONNECTED || in InterfaceConnected()
202 IfEntry->dwOperStatus == IF_OPER_STATUS_OPERATIONAL) in InterfaceConnected()
/reactos/dll/win32/inetmib1/
H A Dmain.c591 { FIELD_OFFSET(MIB_IFROW, dwOperStatus), copyOperStatus },