HomeSort by relevance Sort by last modified time
    Searched refs:IPX_NONE (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
ipxcp.h 56 #define IPX_NONE 0
ipxcp.c 238 if (internal & BIT(IPX_NONE) )
239 external = IPX_NONE;
854 try.router &= (ao->router | BIT(IPX_NONE));
856 try.router = BIT(IPX_NONE);
1141 * of the values RIP_SAP and NLSP are permissible. 'IPX_NONE' for no
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;
    [all...]

Completed in 94 milliseconds