Searched refs:NPMODE_QUEUE (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/net/ |
H A D | ppp_defs.h | 183 NPMODE_QUEUE /* save it up for later. */ enumerator
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | demand.c | 123 !sifnpmode(0, protp->protocol & ~0x8000, NPMODE_QUEUE)) in demand_block()
|
H A D | ipv6cp.c | 1118 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE)) 1296 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_QUEUE) != 1) {
|
H A D | ipcp.c | 1410 if (!sifnpmode(u, PPP_IP, NPMODE_QUEUE)) 1640 if (sifnpmode(f->unit, PPP_IP, NPMODE_QUEUE) != 1) {
|
H A D | sys-solaris.c | 2437 { NPMODE_QUEUE, "queue" },
|
/titanic_50/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp.c | 403 sps->sps_npmode == NPMODE_QUEUE)) { in sppp_close() 513 if ((nextsib->sps_npmode != NPMODE_QUEUE) && in sppp_ioctl() 1668 if (npmode == NPMODE_QUEUE) { in sppp_outpkt()
|
H A D | sppp_dlpi.c | 711 sps->sps_npmode == NPMODE_QUEUE)); in sppp_dl_unbind()
|