Searched refs:peerbv (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dgetpeereid.c59 , struct berval *peerbv
124 iov.iov_base = peerbv->bv_val;
125 iov.iov_len = peerbv->bv_len;
128 peerbv->bv_len = 0;
161 peerbv->bv_len = err;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dproxyp.c70 struct berval peerbv = BER_BVC(peername); local
160 ldap_pvt_sockaddrstr( from, &peerbv );
171 ldap_pvt_sockaddrstr( from, &peerbv );
H A Ddaemon.c2115 struct berval peerbv = BER_BVC(peername); local
2118 struct berval peerbv = BER_BVNULL; local
2263 peerbv.bv_val = peerbuf;
2264 peerbv.bv_len = sizeof( peerbuf );
2266 if( LUTIL_GETPEEREID( s, &uid, &gid, &peerbv ) == 0 ) {
2294 ldap_pvt_sockaddrstr( &from, &peerbv );
2324 peeraddr = peerbv.bv_val + 3;
2366 LDAP_PF_LOCAL_SENDMSG_ARG(&peerbv));
H A Dconnection.c320 LDAP_PF_LOCAL_SENDMSG_ARG(struct berval *peerbv))
469 if ( !BER_BVISEMPTY( peerbv ))
470 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_UNGET_BUF, peerbv );
312 connection_init( ber_socket_t s, Listener *listener, const char* dnsname, const char* peername, int flags, slap_ssf_t ssf, struct berval *authid LDAP_PF_LOCAL_SENDMSG_ARG(struct berval *peerbv)) argument
H A Dproto-slap.h803 LDAP_PF_LOCAL_SENDMSG_ARG(struct berval *peerbv)));
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dnssov.c300 struct berval peerbv = { sizeof(peerbuf), peerbuf }; local
303 if (LUTIL_GETPEEREID(sock,&uid,&gid,&peerbv)) {
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Ddaemon.c848 struct berval peerbv = BER_BVC(peername); local
928 ldap_pvt_sockaddrstr( from, &peerbv );

Completed in 270 milliseconds