Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/net/
Dslnetif.c811 uint32_t ifIDIndex = 1; /* Set value to highest bit in uint32_t */ in SlNetIf_loadSecObj() local
829 while ( ifIDIndex < maxIDIndex ) in SlNetIf_loadSecObj()
832 if ( ifIDIndex & ifBitmap ) in SlNetIf_loadSecObj()
835 netIf = SlNetIf_getIfByID(ifIDIndex & ifBitmap); in SlNetIf_loadSecObj()
858 ifIDIndex <<= 1; in SlNetIf_loadSecObj()