Lines Matching defs:stroptions
604 struct stroptions { struct
605 uint_t so_flags; /* options to set */
606 short so_readopt; /* read option */
607 ushort_t so_wroff; /* write offset */
608 ssize_t so_minpsz; /* minimum read packet size */
609 ssize_t so_maxpsz; /* maximum read packet size */
610 size_t so_hiwat; /* read queue high water mark */
611 size_t so_lowat; /* read queue low water mark */
612 unsigned char so_band; /* band for water marks */
613 ushort_t so_erropt; /* error option */
614 ssize_t so_maxblk; /* maximum message block size */
615 ushort_t so_copyopt; /* copy options (see stropts.h) */
616 ushort_t so_tail; /* space available at the end */