Searched refs:sifnpmode (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | demand.c | 123 !sifnpmode(0, protp->protocol & ~0x8000, NPMODE_QUEUE)) in demand_block() 142 !sifnpmode(0, protp->protocol & ~0x8000, NPMODE_DROP)) in demand_discard() 171 !sifnpmode(0, protp->protocol & ~0x8000, NPMODE_PASS)) in demand_unblock()
|
H A D | ipv6cp.c | 1118 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE)) 1201 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) { 1242 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) { 1296 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_QUEUE) != 1) { 1301 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_ERROR) != 1) {
|
H A D | ipcp.c | 1410 if (!sifnpmode(u, PPP_IP, NPMODE_QUEUE)) 1532 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) { 1567 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) { 1640 if (sifnpmode(f->unit, PPP_IP, NPMODE_QUEUE) != 1) { 1645 if (sifnpmode(f->unit, PPP_IP, NPMODE_ERROR) != 1) {
|
H A D | pppd.h | 581 extern int sifnpmode __P((int u, int proto, enum NPmode mode));
|
H A D | sys-solaris.c | 2423 sifnpmode(u, proto, mode) in sifnpmode() function
|