Searched refs:tcp_write (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/include/ac/ |
H A D | socket.h | 92 # define tcp_write( s, buf, len ) send( s, buf, len, 0 ) macro 119 # define tcp_write( s, buf, len ) tcpwrite( s, buf, len ) macro 125 # define tcp_write( s, buf, len ) send( s, buf, len, 0 ) macro 130 # define tcp_write( s, buf, len ) netwrite( s, buf, len ) macro 138 # define tcp_write( s, buf, len ) send( s, buf, len, 0 ) macro 143 # define tcp_write( s, buf, len) write( s, buf, len ) macro
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | daemon.c | 119 (void)!tcp_write( SLAP_FD2SOCK(wake_sds[l][1]), "0", 1 ); \
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1999 | 3323 tcp_print_tty_state, tcp_setbaudrate, tcp_setstopbits, tcp_write):
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1999 | 3323 tcp_print_tty_state, tcp_setbaudrate, tcp_setstopbits, tcp_write):
|