Searched refs:sifnpmode (Results 1 – 10 of 10) sorted by relevance
/external/ppp/pppd/ |
D | demand.c | 127 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()
|
D | ipv6cp.c | 1153 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);
|
D | ipcp.c | 1761 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);
|
D | pppd.h | 654 int sifnpmode __P((int u, int proto, enum NPmode mode));
|
D | ipxcp.c | 1382 sifnpmode(f->unit, PPP_IPX, NPMODE_DROP);
|
D | sys-linux.c | 2739 sifnpmode(u, proto, mode) in sifnpmode() function
|
D | sys-solaris.c | 1814 sifnpmode(u, proto, mode) in sifnpmode() function
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp.h | 459 int sifnpmode (int u, int proto, enum NPmode mode);
|
D | ipcp.c | 1283 sifnpmode(f->unit, PPP_IP, NPMODE_PASS); in ipcp_up()
|
D | ppp.c | 1363 sifnpmode(int u, int proto, enum NPmode mode) in sifnpmode() function
|