Home
last modified time | relevance | path

Searched refs:NPMODE_PASS (Results 1 – 7 of 7) sorted by last modified time

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h178 NPMODE_PASS, /* pass the packet through */ enumerator
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2375 { NPMODE_PASS, "pass" },
H A Dipv6cp.c1197 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) {
1238 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) {
H A Ddemand.c165 !sifnpmode(0, protp->protocol & ~0x8000, NPMODE_PASS)) in demand_unblock()
H A Dipcp.c1525 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) {
1560 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) {
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c710 (sps->sps_npmode == NPMODE_PASS || in sppp_dl_unbind()
H A Dsppp.c405 (sps->sps_npmode == NPMODE_PASS || in sppp_close()
496 ASSERT(sps->sps_npmode == NPMODE_PASS); in sppp_ioctl()
1332 ASSERT(sps->sps_npmode == NPMODE_PASS); in sppp_outer_ioctl()
1349 nextsib->sps_npmode = NPMODE_PASS; in sppp_outer_ioctl()
1491 sps->sps_npmode = NPMODE_PASS; /* network packets may travel */ in sppp_outer_ioctl()