Home
last modified time | relevance | path

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

/external/ppp/pppd/
Ddemand.c127 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_QUEUE); in demand_block()
144 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_ERROR); in demand_discard()
170 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_PASS); in demand_unblock()
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);
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);
Dpppd.h654 int sifnpmode __P((int u, int proto, enum NPmode mode));
Dipxcp.c1382 sifnpmode(f->unit, PPP_IPX, NPMODE_DROP);
Dsys-linux.c2739 sifnpmode(u, proto, mode) in sifnpmode() function
Dsys-solaris.c1814 sifnpmode(u, proto, mode) in sifnpmode() function