Searched defs:sockbuf (Results 1 – 4 of 4) sorted by relevance
132 struct sockbuf { struct133 struct lber_options sb_opts;134 Sockbuf_IO_Desc *sb_iod; /* I/O functions */138 ber_socket_t sb_fd;139 ber_len_t sb_max_incoming;140 unsigned int sb_trans_needs_read:1;141 unsigned int sb_trans_needs_write:1;143 char sb_ungetlen;144 char sb_ungetbuf[8];
86 struct sockbuf { struct 88 struct mowner *sb_mowner; /* who owns data for this sockbuf */ argument 108 #define SB_MAX (256*1024) /* default for max chars in sockbuf */ argument [all...]
590 char sockbuf[INET6_ADDRSTRLEN + 6 + 1]; in print_sockets() local
409 Sockbuf *sockbuf; in ldap_back_monitor_conn_peername() local