Searched refs:NPMODE_QUEUE (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/net/ |
H A D | ppp_defs.h | 181 NPMODE_QUEUE /* save it up for later. */ enumerator
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | demand.c | 117 !sifnpmode(0, protp->protocol & ~0x8000, NPMODE_QUEUE)) in demand_block()
|
H A D | ipv6cp.c | 1114 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE)) 1292 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_QUEUE) != 1) {
|
H A D | ipcp.c | 1403 if (!sifnpmode(u, PPP_IP, NPMODE_QUEUE)) 1633 if (sifnpmode(f->unit, PPP_IP, NPMODE_QUEUE) != 1) {
|
H A D | sys-solaris.c | 2378 { NPMODE_QUEUE, "queue" },
|
/illumos-gate/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp.c | 406 sps->sps_npmode == NPMODE_QUEUE)) { in sppp_close() 516 if ((nextsib->sps_npmode != NPMODE_QUEUE) && in sppp_ioctl() 1673 if (npmode == NPMODE_QUEUE) { in sppp_outpkt()
|
H A D | sppp_dlpi.c | 711 sps->sps_npmode == NPMODE_QUEUE)); in sppp_dl_unbind()
|