Home
last modified time | relevance | path

Searched refs:NPMODE_PASS (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/net/
H A Dppp_defs.h180 NPMODE_PASS, /* pass the packet through */ enumerator
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c171 !sifnpmode(0, protp->protocol & ~0x8000, NPMODE_PASS)) in demand_unblock()
H A Dipv6cp.c1201 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) {
1242 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) {
H A Dipcp.c1532 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) {
1567 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) {
H A Dsys-solaris.c2434 { NPMODE_PASS, "pass" },
/titanic_50/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c402 (sps->sps_npmode == NPMODE_PASS || in sppp_close()
493 ASSERT(sps->sps_npmode == NPMODE_PASS); in sppp_ioctl()
1327 ASSERT(sps->sps_npmode == NPMODE_PASS); in sppp_outer_ioctl()
1344 nextsib->sps_npmode = NPMODE_PASS; in sppp_outer_ioctl()
1486 sps->sps_npmode = NPMODE_PASS; /* network packets may travel */ in sppp_outer_ioctl()
H A Dsppp_dlpi.c710 (sps->sps_npmode == NPMODE_PASS || in sppp_dl_unbind()