Searched refs:NPMODE_PASS (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/net/ |
H A D | ppp_defs.h | 180 NPMODE_PASS, /* pass the packet through */ enumerator
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | demand.c | 171 !sifnpmode(0, protp->protocol & ~0x8000, NPMODE_PASS)) in demand_unblock()
|
H A D | ipv6cp.c | 1201 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) { 1242 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_PASS) != 1) {
|
H A D | ipcp.c | 1532 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) { 1567 if (sifnpmode(f->unit, PPP_IP, NPMODE_PASS) != 1) {
|
H A D | sys-solaris.c | 2434 { NPMODE_PASS, "pass" },
|
/titanic_50/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp.c | 402 (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 D | sppp_dlpi.c | 710 (sps->sps_npmode == NPMODE_PASS || in sppp_dl_unbind()
|