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

/freebsd-current/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-current/contrib/telnet/telnet/
H A Dexterns.h310 SetSockOpt(int, int, int, int),
H A Dcommands.c532 (SetSockOpt(net, SOL_SOCKET, SO_DEBUG, telnet_debug)) < 0) {
537 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 Dutilities.c87 * SetSockOpt()
93 SetSockOpt(int fd, int level, int option, int yesno) function
H A Dsys_bsd.c827 if (SetSockOpt(net, SOL_SOCKET, SO_OOBINLINE, 1) == -1) {
828 perror("SetSockOpt");

Completed in 124 milliseconds