Home | History | Annotate | Download | only in pppd

Lines Matching full:protocol

107      * Call the demand_conf procedure for each protocol that's got one.
117 * demand_block - set each network protocol to block further packets.
127 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_QUEUE);
132 * demand_discard - set each network protocol to discard packets
144 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_ERROR);
160 * demand_unblock - set each enabled network protocol to pass packets.
170 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_PASS);
352 if (protp->protocol < 0xC000 && (protp->protocol & ~0x8000) == proto) {
360 return 0; /* not a supported protocol !!?? */