Searched refs:smb_setopt_int (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | connect.c | 81 smb_setopt_int(int fd, int level, int name, int val) in smb_setopt_int() function 133 err = smb_setopt_int(fd, SOL_SOCKET, SO_SNDBUF, smb_tcpsndbuf); in smb_setopts() 138 err = smb_setopt_int(fd, SOL_SOCKET, SO_RCVBUF, smb_tcprcvbuf); in smb_setopts() 143 err = smb_setopt_int(fd, SOL_SOCKET, SO_KEEPALIVE, 1); in smb_setopts() 148 err = smb_setopt_int(fd, IPPROTO_TCP, TCP_NODELAY, 1); in smb_setopts() 154 err = smb_setopt_int(fd, IPPROTO_TCP, in smb_setopts()
|