Searched refs:SetSockOpt (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h357 int SetSockOpt(int fd, int level, int option, int yesno);
H A Dcommands.c445 (SetSockOpt(net, SOL_SOCKET, SO_DEBUG, debug)) < 0) {
450 if (net > 0 && SetSockOpt(net, SOL_SOCKET, SO_DEBUG, 0, 0) < 0)
2233 if (debug && SetSockOpt(net, SOL_SOCKET, SO_DEBUG, 1) < 0) {
H A Dsys_bsd.c748 if (SetSockOpt(net, SOL_SOCKET, SO_OOBINLINE, 1) == -1)
H A Dutilities.c46 * SetSockOpt()
52 SetSockOpt(int fd, int level, int option, int yesno) function
/freebsd-10.1-release/contrib/telnet/telnet/
H A Dexterns.h310 SetSockOpt(int, int, int, int),
H A Dcommands.c537 (SetSockOpt(net, SOL_SOCKET, SO_DEBUG, telnet_debug)) < 0) {
542 if (net > 0 && SetSockOpt(net, SOL_SOCKET, SO_DEBUG, 1) < 0)
2419 if (telnet_debug && SetSockOpt(net, SOL_SOCKET, SO_DEBUG, 1) < 0) {
H A Dsys_bsd.c897 if (SetSockOpt(net, SOL_SOCKET, SO_OOBINLINE, 1) == -1) {
898 perror("SetSockOpt");
H A Dutilities.c93 * SetSockOpt()
99 SetSockOpt(int fd, int level, int option, int yesno) function

Completed in 162 milliseconds