Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dipxcp.c238 if (internal & BIT(IPX_NONE) )
239 external = IPX_NONE;
854 try.router &= (ao->router | BIT(IPX_NONE));
856 try.router = BIT(IPX_NONE);
1154 wo->router = BIT(IPX_NONE);
1157 if ((cishort == IPX_NONE && ho->router != 0) ||
1158 (ho->router & BIT(IPX_NONE))) {
1175 if ((cishort & (ao->router | BIT(IPX_NONE))) == 0) {
1184 protocol = IPX_NONE;
1416 if (go->neg_router && ((go->router & BIT(IPX_NONE)) == 0)) {
[all …]
Dipxcp.h56 #define IPX_NONE 0 macro