Searched refs:sifnpmode (Results 1 - 7 of 7) sorted by relevance

/external/ppp/pppd/
H A Ddemand.c127 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_QUEUE);
144 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_ERROR);
170 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_PASS);
H A Dipv6cp.c1153 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE))
1236 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS);
1253 sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS);
1305 sifnpmode(f->unit, PPP_IPV6, NPMODE_QUEUE);
1307 sifnpmode(f->unit, PPP_IPV6, NPMODE_DROP);
H A Dipcp.c1761 if (!sifnpmode(u, PPP_IP, NPMODE_QUEUE))
1887 sifnpmode(f->unit, PPP_IP, NPMODE_PASS);
1923 sifnpmode(f->unit, PPP_IP, NPMODE_PASS);
2000 sifnpmode(f->unit, PPP_IP, NPMODE_QUEUE);
2002 sifnpmode(f->unit, PPP_IP, NPMODE_DROP);
H A Dpppd.h654 int sifnpmode __P((int u, int proto, enum NPmode mode));
H A Dipxcp.c1382 sifnpmode(f->unit, PPP_IPX, NPMODE_DROP);
H A Dsys-linux.c2735 * sifnpmode - Set the mode for handling packets for a given NP.
2739 sifnpmode(u, proto, mode) function
H A Dsys-solaris.c1811 * sifnpmode - Set the mode for handling packets for a given NP.
1814 sifnpmode(u, proto, mode) function

Completed in 211 milliseconds