Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h181 NPMODE_QUEUE /* save it up for later. */ enumerator
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c117 !sifnpmode(0, protp->protocol & ~0x8000, NPMODE_QUEUE)) in demand_block()
H A Dipv6cp.c1114 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE))
1292 if (sifnpmode(f->unit, PPP_IPV6, NPMODE_QUEUE) != 1) {
H A Dipcp.c1403 if (!sifnpmode(u, PPP_IP, NPMODE_QUEUE))
1633 if (sifnpmode(f->unit, PPP_IP, NPMODE_QUEUE) != 1) {
H A Dsys-solaris.c2378 { NPMODE_QUEUE, "queue" },
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c406 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 Dsppp_dlpi.c711 sps->sps_npmode == NPMODE_QUEUE)); in sppp_dl_unbind()