Home
last modified time | relevance | path

Searched refs:SetSockOpt (Results 1 – 4 of 4) sorted by relevance

/minix3/usr.bin/telnet/
H A Dexterns.h329 int SetSockOpt(int, int, int, int);
H A Dsys_bsd.c603 if (SetSockOpt(net, SOL_SOCKET, SO_OOBINLINE, 1) == -1) { in sys_telnet_init()
H A Dutilities.c98 SetSockOpt(int fd, int level, int option, int yesno) in SetSockOpt() function
H A Dcommands.c540 (SetSockOpt(net, SOL_SOCKET, SO_DEBUG, telnet_debug)) < 0) { in togdebug()
2322 if (telnet_debug && SetSockOpt(net, SOL_SOCKET, SO_DEBUG, 1) < 0) { in tn()