Searched refs:sifnpmode (Results 1 - 10 of 10) sorted by relevance
/external/ppp/pppd/ |
H A D | demand.c | 127 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 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);
|
H A 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);
|
H A D | pppd.h | 654 int sifnpmode __P((int u, int proto, enum NPmode mode));
|
H A D | ipxcp.c | 1382 sifnpmode(f->unit, PPP_IPX, NPMODE_DROP);
|
H A D | sys-linux.c | 2735 * sifnpmode - Set the mode for handling packets for a given NP. 2739 sifnpmode(u, proto, mode) function
|
H A D | sys-solaris.c | 1811 * sifnpmode - Set the mode for handling packets for a given NP. 1814 sifnpmode(u, proto, mode) function
|
/external/syslinux/core/lwip/src/netif/ppp/ |
H A D | ppp.h | 459 int sifnpmode (int u, int proto, enum NPmode mode);
|
H A D | ipcp.c | 1283 sifnpmode(f->unit, PPP_IP, NPMODE_PASS);
|
H A D | ppp.c | 1360 * sifnpmode - Set the mode for handling packets for a given NP. 1363 sifnpmode(int u, int proto, enum NPmode mode) function
|
Completed in 1109 milliseconds