Home
last modified time | relevance | path

Searched refs:tcp_read (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/openldap/dist/include/ac/
H A Dsocket.h91 # define tcp_read( s, buf, len ) recv( s, buf, len, 0 ) macro
118 # define tcp_read( s, buf, len ) tcpread( s, buf, len ) macro
124 # define tcp_read( s, buf, len ) recv( s, buf, len, 0 ) macro
129 # define tcp_read( s, buf, len ) nread( s, buf, len ) macro
137 # define tcp_read( s, buf, len ) recv( s, buf, len, 0 ) macro
142 # define tcp_read( s, buf, len) read( s, buf, len ) macro
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dproxyp.c79 ret = tcp_read( SLAP_FD2SOCK( sfd ), &pph, sizeof(pph) ); in proxyp()
135 ret = tcp_read( SLAP_FD2SOCK (sfd), &ppa, addr_len ); in proxyp()
211 ret = tcp_read( SLAP_FD2SOCK (sfd), &proxyp_options, pph_len ); in proxyp()
H A Ddaemon.c2889 tcp_read( SLAP_FD2SOCK(wake_sds[tid][0]), c, sizeof(c) ); in slapd_daemon_task()
3069 (void)!tcp_read( SLAP_FD2SOCK(wake_sds[tid][0]), c, sizeof(c) ); in slapd_daemon_task()