Searched refs:IPPP_NOBLOCK (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_ppp.h38 #define IPPP_NOBLOCK 0x08 macro
H A Disdn_ppp.c233 ippp_table[lp->ppp_slot]->state = IPPP_OPEN | IPPP_CONNECT | IPPP_NOBLOCK;
689 * if IPPP_NOBLOCK is set we return even if we have nothing to read
691 if (bf->next != bl || (is->state & IPPP_NOBLOCK)) {
692 is->state &= ~IPPP_NOBLOCK;

Completed in 42 milliseconds