Home
last modified time | relevance | path

Searched defs:sockbuf (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libldap5/sources/ldap/ber/
H A Dlber-int.h171 struct sockbuf { struct
172 LBER_SOCKET sb_sd;
173 BerElement sb_ber;
174 int sb_naddr; /* > 0 implies using CLDAP (UDP) */
175 void *sb_useaddr; /* pointer to sockaddr to use next */
176 void *sb_fromaddr; /* pointer to message source sockaddr */
177 void **sb_addrs; /* actually an array of pointers to
180 int sb_options; /* to support copying ber elements */
181 LBER_SOCKET sb_copyfd; /* for LBER_SOCKBUF_OPT_TO_FILE* opts */
182 ber_uint_t sb_max_incoming;
[all …]
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dsocketvar.h51 struct sockbuf { struct
52 u_long sb_cc; /* actual chars in buffer */
53 u_long sb_hiwat; /* max actual char count */
54 u_long sb_mbcnt; /* chars of mbufs used */
55 u_long sb_mbmax; /* max chars of mbufs to use */
56 u_long sb_lowat; /* low water mark (not used yet) */
57 struct mbuf *sb_mb; /* the mbuf chain */
58 struct proc *sb_sel; /* process selecting read/write */
59 short sb_timeo; /* timeout (not used yet) */
60 short sb_flags; /* flags, see below */
/titanic_50/usr/src/uts/common/c2/
H A Daudit_record.h370 struct sockbuf { struct
371 ulong_t sb_cc; /* actual chars in buffer */
372 ulong_t sb_hiwat; /* max actual char count */
373 ulong_t sb_mbcnt; /* chars of mbufs used */
374 ulong_t sb_mbmax; /* max chars of mbufs to use */
375 ulong_t sb_lowat; /* low water mark (not used yet) */
376 struct mbuf *sb_mb; /* the mbuf chain */
377 struct proc *sb_sel; /* process selecting read/write */
378 short sb_timeo; /* timeout (not used yet) */
379 short sb_flags; /* flags, see below */