Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/net/
Dslnetif.c65 #define IF_PRIORITY_BITS (0x000f) macro
69 #define GET_IF_PRIORITY(netIf) ((netIf).flags & IF_PRIORITY_BITS)
72 #define RESET_IF_PRIORITY(netIf) ((netIf).flags &= ~IF_PRIORITY_BITS)