Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c123 !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 Dipv6cp.c1118 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 Dipcp.c1410 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 Dpppd.h581 extern int sifnpmode __P((int u, int proto, enum NPmode mode));
H A Dsys-solaris.c2423 sifnpmode(u, proto, mode) in sifnpmode() function