Lines Matching defs:sockbuf
167 struct sockbuf { struct
168 LBER_SOCKET sb_sd;
169 BerElement sb_ber;
170 int sb_naddr; /* > 0 implies using CLDAP (UDP) */
171 void *sb_useaddr; /* pointer to sockaddr to use next */
172 void *sb_fromaddr; /* pointer to message source sockaddr */
173 void **sb_addrs; /* actually an array of pointers to
176 int sb_options; /* to support copying ber elements */
177 LBER_SOCKET sb_copyfd; /* for LBER_SOCKBUF_OPT_TO_FILE* opts */
178 ber_uint_t sb_max_incoming;
181 sb_io_fns; /* classic I/O callback functions */
184 sb_ext_io_fns; /* extended I/O callback functions */
186 sasl_conn_t *sb_sasl_ctx; /* pointer to sasl context */
187 char *sb_sasl_ibuf; /* sasl decrypted input buffer */
188 char *sb_sasl_iptr; /* current location in buffer */
189 int sb_sasl_bfsz; /* Alloc'd size of input buffer */
190 int sb_sasl_ilen; /* remaining length to process */
192 sb_sasl_fns; /* sasl redirect copy ext I/O funcs */
193 void *sb_sasl_prld; /* reverse ld pointer for callbacks */