Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dnetiodef.h89 #define TOKENRING_SOURCEROUTE_INDICATOR 0x80 macro
528 return ((Source->Byte[0] & TOKENRING_SOURCEROUTE_INDICATOR) != 0); in TokenRingGetSourceRouteIndicator()
536 Source->Byte[0] |= TOKENRING_SOURCEROUTE_INDICATOR; in TokenRingSetSourceRouteIndicator()
544 Source->Byte[0] &= ~TOKENRING_SOURCEROUTE_INDICATOR; in TokenRingResetSourceRouteIndicator()