Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c117 !sifnpmode(0, protp->protocol & ~0x8000, NPMODE_QUEUE)) in demand_block()
136 !sifnpmode(0, protp->protocol & ~0x8000, NPMODE_DROP)) in demand_discard()
165 !sifnpmode(0, protp->protocol & ~0x8000, NPMODE_PASS)) in demand_unblock()
H A Dipv6cp.c1114 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE))
1197 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) {
1238 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) {
1292 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_QUEUE) != 1) {
1297 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_ERROR) != 1) {
H A Dipcp.c1403 if (!sifnpmode(u, PPP_IP, NPMODE_QUEUE))
1525 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) {
1560 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) {
1633 if (sifnpmode(f->unit, PPP_IP, NPMODE_QUEUE) != 1) {
1638 if (sifnpmode(f->unit, PPP_IP, NPMODE_ERROR) != 1) {
H A Dpppd.h588 extern int sifnpmode __P((int u, int proto, enum NPmode mode));
H A Dsys-solaris.c2364 sifnpmode(u, proto, mode) in sifnpmode() function