| /freebsd-12-stable/crypto/heimdal/lib/roken/ |
| D | socket.c | 244 #if defined(SO_DEBUG) && defined(HAVE_SETSOCKOPT) in socket_set_debug() 246 setsockopt (sock, SOL_SOCKET, SO_DEBUG, (void *) &on, sizeof (on)); in socket_set_debug()
|
| /freebsd-12-stable/sys/netinet/ |
| D | tcp_timer.c | 366 if (tp != NULL && (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) in tcp_timer_2msl() 467 if (inp->inp_socket->so_options & SO_DEBUG) in tcp_timer_keep() 486 if (tp != NULL && (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) in tcp_timer_keep() 575 if (tp != NULL && tp->t_inpcb->inp_socket->so_options & SO_DEBUG) in tcp_timer_persist() 857 if (tp != NULL && (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) in tcp_timer_rexmt()
|
| D | tcp_input.c | 1036 if (so->so_options & SO_DEBUG) { in tcp_input() 1351 if (so->so_options & SO_DEBUG) in tcp_input() 1872 if (so->so_options & SO_DEBUG) in tcp_do_segment() 1915 if (so->so_options & SO_DEBUG) in tcp_do_segment() 3219 if (so->so_options & SO_DEBUG) in tcp_do_segment() 3264 if (so->so_options & SO_DEBUG) in tcp_do_segment() 3288 if (tp == NULL || (tp->t_inpcb->inp_socket->so_options & SO_DEBUG)) in tcp_do_segment()
|
| /freebsd-12-stable/cddl/lib/libdtrace/ |
| D | socket.d | 36 #pragma D binding "1.13" SO_DEBUG 37 inline int SO_DEBUG = 0x0001; /* turn on debugging info recording */ variable
|
| /freebsd-12-stable/usr.sbin/traceroute6/ |
| D | traceroute6.c | 420 options |= SO_DEBUG; in main() 723 if (options & SO_DEBUG) in main() 724 (void) setsockopt(rcvsock, SOL_SOCKET, SO_DEBUG, in main() 770 if (options & SO_DEBUG) in main() 771 (void) setsockopt(sndsock, SOL_SOCKET, SO_DEBUG, in main()
|
| /freebsd-12-stable/contrib/traceroute/ |
| D | traceroute.c | 612 options |= SO_DEBUG; in main() 833 if (options & SO_DEBUG) in main() 834 (void)setsockopt(s, SOL_SOCKET, SO_DEBUG, (char *)&on, in main() 910 if (options & SO_DEBUG) in main() 911 (void)setsockopt(sndsock, SOL_SOCKET, SO_DEBUG, (char *)&on, in main()
|
| /freebsd-12-stable/contrib/telnet/telnetd/ |
| D | telnetd.c | 355 (void) setsockopt(s, SOL_SOCKET, SO_DEBUG, in main() 365 (void) setsockopt(ns, SOL_SOCKET, SO_DEBUG, in main()
|
| /freebsd-12-stable/contrib/tnftp/src/ |
| D | ftp.c | 1231 if ((options & SO_DEBUG) && in initconn() 1232 setsockopt(data, SOL_SOCKET, SO_DEBUG, in initconn() 1524 if ((options & SO_DEBUG) && in initconn() 1525 setsockopt(data, SOL_SOCKET, SO_DEBUG, in initconn()
|
| D | main.c | 301 options |= SO_DEBUG; in main()
|
| D | cmds.c | 1133 options |= SO_DEBUG; in setdebug() 1135 options &= ~SO_DEBUG; in setdebug()
|
| /freebsd-12-stable/crypto/heimdal/appl/rsh/ |
| D | rsh.c | 569 if (setsockopt(s, SOL_SOCKET, SO_DEBUG, (void *)&one, sizeof(one)) < 0) in proto() 572 setsockopt(errsock2, SOL_SOCKET, SO_DEBUG, in proto()
|
| D | ChangeLog | 220 * rsh.c: iff -d, set the SO_DEBUG flags of the stdout and stderr
|
| /freebsd-12-stable/contrib/apr/network_io/unix/ |
| D | sockopt.c | 138 … if (setsockopt(sock->socketdes, SOL_SOCKET, SO_DEBUG, (void *)&one, sizeof(int)) == -1) { in apr_socket_opt_set()
|
| /freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/ |
| D | main.c | 121 options |= SO_DEBUG; in main()
|
| D | cmds.c | 1017 options |= SO_DEBUG; in setdebug() 1019 options &= ~SO_DEBUG; in setdebug()
|
| D | ftp.c | 1251 if (options & SO_DEBUG) in passive_mode() 1318 if (options & SO_DEBUG) in active_mode()
|
| /freebsd-12-stable/sys/kern/ |
| D | uipc_debug.c | 85 if (so_options & SO_DEBUG) { in db_print_sooptions()
|
| /freebsd-12-stable/sys/sys/ |
| D | socket.h | 129 #define SO_DEBUG 0x00000001 /* turn on debugging info recording */ macro
|
| /freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/ |
| D | commands.c | 443 (SetSockOpt(net, SOL_SOCKET, SO_DEBUG, debug)) < 0) { in togdebug() 448 if (net > 0 && SetSockOpt(net, SOL_SOCKET, SO_DEBUG, 0, 0) < 0) in togdebug() 2225 if (debug && SetSockOpt(net, SOL_SOCKET, SO_DEBUG, 1) < 0) { in tn()
|
| /freebsd-12-stable/contrib/telnet/telnet/ |
| 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()
|
| /freebsd-12-stable/sbin/ping/ |
| D | ping.c | 657 (void)setsockopt(ssend, SOL_SOCKET, SO_DEBUG, (char *)&hold, in main() 659 (void)setsockopt(srecv, SOL_SOCKET, SO_DEBUG, (char *)&hold, in main()
|
| /freebsd-12-stable/usr.sbin/lpr/lpd/ |
| D | lpd.c | 896 if (setsockopt(*s, SOL_SOCKET, SO_DEBUG, &debuglvl, in socksetup()
|
| /freebsd-12-stable/usr.sbin/inetd/ |
| D | inetd.c | 361 options |= SO_DEBUG; in main() 1272 if (strcmp(sep->se_proto, "tcp") == 0 && (options & SO_DEBUG) && in setup() 1273 turnon(sep->se_fd, SO_DEBUG) < 0) in setup()
|
| /freebsd-12-stable/sbin/ping6/ |
| D | ping6.c | 788 (void)setsockopt(ssend, SOL_SOCKET, SO_DEBUG, (char *)&hold, in main() 790 (void)setsockopt(srecv, SOL_SOCKET, SO_DEBUG, (char *)&hold, in main()
|
| /freebsd-12-stable/contrib/netcat/ |
| D | netcat.c | 1209 if (setsockopt(s, SOL_SOCKET, SO_DEBUG, in set_common_sockopts()
|