Lines Matching refs:BIT
226 #define BIT(num) (1 << (num)) macro
238 if (internal & BIT(IPX_NONE) )
572 ao->router |= BIT(RIP_SAP);
573 wo->router |= BIT(RIP_SAP);
826 s = BIT(s);
854 try.router &= (ao->router | BIT(IPX_NONE));
856 try.router = BIT(IPX_NONE);
1154 wo->router = BIT(IPX_NONE);
1158 (ho->router & BIT(IPX_NONE))) {
1163 cishort = BIT(cishort);
1175 if ((cishort & (ao->router | BIT(IPX_NONE))) == 0) {
1178 if (cishort == BIT(NLSP) &&
1179 (ao->router & BIT(RIP_SAP)) &&
1302 ho->router = BIT(RIP_SAP);
1305 go->router = BIT(RIP_SAP);
1416 if (go->neg_router && ((go->router & BIT(IPX_NONE)) == 0)) {
1417 if (go->router & BIT(RIP_SAP))
1419 if (go->router & BIT(NLSP))
1429 if (ho->neg_router && ((ho->router & BIT(IPX_NONE)) == 0)) {
1430 if (ho->router & BIT(RIP_SAP))
1432 if (ho->router & BIT(NLSP))