Lines Matching defs:stroptions
586 struct stroptions { struct
587 uint_t so_flags; /* options to set */
588 short so_readopt; /* read option */
589 ushort_t so_wroff; /* write offset */
590 ssize_t so_minpsz; /* minimum read packet size */
591 ssize_t so_maxpsz; /* maximum read packet size */
592 size_t so_hiwat; /* read queue high water mark */
593 size_t so_lowat; /* read queue low water mark */
594 unsigned char so_band; /* band for water marks */
595 ushort_t so_erropt; /* error option */
596 ssize_t so_maxblk; /* maximum message block size */
597 ushort_t so_copyopt; /* copy options (see stropts.h) */
598 ushort_t so_tail; /* space available at the end */