Searched refs:SO_DEBUG (Results 1 – 9 of 9) sorted by relevance
/haiku/headers/posix/sys/ |
H A D | socket.h | 58 #define SO_DEBUG 0x00000004 /* turn on debugging info recording */ macro
|
/haiku/src/bin/network/traceroute/ |
H A D | traceroute.c | 603 options |= SO_DEBUG; in main() 827 if (options & SO_DEBUG) in main() 828 (void)setsockopt(s, SOL_SOCKET, SO_DEBUG, (char *)&on, in main() 871 if (options & SO_DEBUG) in main() 872 (void)setsockopt(sndsock, SOL_SOCKET, SO_DEBUG, (char *)&on, in main()
|
/haiku/src/bin/network/telnetd/ |
H A D | telnetd.c | 355 (void) setsockopt(s, SOL_SOCKET, SO_DEBUG, in main() 365 (void) setsockopt(ns, SOL_SOCKET, SO_DEBUG, in main()
|
/haiku/src/system/libnetwork/ |
H A D | socket.cpp | 115 option = SO_DEBUG; in convert_from_r5_sockopt()
|
/haiku/src/bin/network/telnet/ |
H A D | commands.c | 532 (SetSockOpt(net, SOL_SOCKET, SO_DEBUG, telnet_debug)) < 0) { in togdebug() 537 if (net > 0 && SetSockOpt(net, SOL_SOCKET, SO_DEBUG, 1) < 0) in togdebug() 2409 if (telnet_debug && SetSockOpt(net, SOL_SOCKET, SO_DEBUG, 1) < 0) { in tn()
|
/haiku/src/bin/debug/strace/ |
H A D | NetworkTypes.cpp | 355 SOCKET_OPTION_INFO_ENTRY_TYPE(SOL_SOCKET, SO_DEBUG, int32),
|
/haiku/src/bin/network/ping/ |
H A D | ping.c | 661 (void)setsockopt(ssend, SOL_SOCKET, SO_DEBUG, (char *)&hold, in ping() 663 (void)setsockopt(srecv, SOL_SOCKET, SO_DEBUG, (char *)&hold, in ping()
|
H A D | ping6.c | 804 (void)setsockopt(ssend, SOL_SOCKET, SO_DEBUG, (char *)&hold, in ping6() 806 (void)setsockopt(srecv, SOL_SOCKET, SO_DEBUG, (char *)&hold, in ping6()
|
/haiku/src/add-ons/kernel/network/stack/ |
H A D | net_socket.cpp | 1067 case SO_DEBUG: in socket_get_option() 1507 case SO_DEBUG: in socket_set_option()
|