Home
last modified time | relevance | path

Searched refs:SPS_CONTROL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.h215 #define SPS_CONTROL 0x00000002 /* stream is a control stream */ macro
225 ((x)->sps_flags & SPS_CONTROL)
H A Dsppp.c1492 sps->sps_flags |= SPS_CONTROL; /* this is the control stream */ in sppp_outer_ioctl()