Home
last modified time | relevance | path

Searched refs:SO_DEBUG (Results 1 – 25 of 212) sorted by relevance

123456789

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dsocket.d246 SO_DEBUG = 1, in version() enumerator
281 SO_DEBUG = 0x0001, in version()
315 SO_DEBUG = 0x0001, in version()
349 SO_DEBUG = 1, in version()
383 SO_DEBUG = 1, in version()
418 SO_DEBUG = 1, in version()
452 SO_DEBUG = 1, in version()
486 SO_DEBUG = 1, in version()
637 SO_DEBUG = 0x0001,
796 SO_DEBUG = 0x0001,
[all …]
/netbsd-src/sys/netinet/
H A Dtcp_timer.c439 if (tp && so->so_options & SO_DEBUG) in tcp_timer_rexmt()
503 if (tp && so->so_options & SO_DEBUG) in tcp_timer_persist()
575 if (tp && so->so_options & SO_DEBUG) in tcp_timer_keep()
636 if (tp && so->so_options & SO_DEBUG) in tcp_timer_2msl()
/netbsd-src/usr.sbin/traceroute6/
H A Dtraceroute6.c406 options |= SO_DEBUG; in main()
550 if (options & SO_DEBUG) in main()
551 (void) setsockopt(rcvsock, SOL_SOCKET, SO_DEBUG, in main()
579 if (options & SO_DEBUG) in main()
580 (void) setsockopt(sndsock, SOL_SOCKET, SO_DEBUG, in main()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket.c246 #if defined(SO_DEBUG) && defined(HAVE_SETSOCKOPT) in socket_set_debug()
248 setsockopt (sock, SOL_SOCKET, SO_DEBUG, (void *) &on, sizeof (on)); in socket_set_debug()
/netbsd-src/usr.sbin/lpr/lpd/
H A Dlpd.c177 options |= SO_DEBUG; in main()
779 if (options & SO_DEBUG) in socksetup()
780 if (setsockopt(s, SOL_SOCKET, SO_DEBUG, in socksetup()
/netbsd-src/usr.bin/rsh/
H A Drsh.c252 if (setsockopt(rem, SOL_SOCKET, SO_DEBUG, &one, in main()
255 if (setsockopt(remerr, SOL_SOCKET, SO_DEBUG, &one, in main()
/netbsd-src/sys/sys/
H A Dsocket.h121 #define SO_DEBUG 0x0001 /* turn on debugging info recording */ macro
138 #define SO_DEFOPTS (SO_DEBUG|SO_REUSEADDR|SO_KEEPALIVE|SO_DONTROUTE| \
/netbsd-src/usr.sbin/traceroute/
H A Dtraceroute.c501 options |= SO_DEBUG; in main()
710 if (options & SO_DEBUG) in main()
711 (void)prog_setsockopt(s, SOL_SOCKET, SO_DEBUG, (char *)&on, in main()
819 if (options & SO_DEBUG) in main()
820 if (prog_setsockopt(sndsock, SOL_SOCKET, SO_DEBUG, &on, in main()
/netbsd-src/sys/arch/next68k/conf/
H A DSLAB47 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
89 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd-src/sbin/ping/
H A Dping.c314 options |= SO_DEBUG; in main()
523 if (options & SO_DEBUG) { in main()
524 if (prog_setsockopt(s, SOL_SOCKET, SO_DEBUG, in main()
534 if (options & SO_DEBUG) { in main()
535 if (prog_setsockopt(sloop, SOL_SOCKET, SO_DEBUG, in main()
/netbsd-src/sys/arch/mvme68k/conf/
H A DVME16242 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
H A DVME14739 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
H A DVME16742 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
H A DVME17743 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
H A DVME17241 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd-src/sys/arch/mipsco/conf/
H A DINSTALL46 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd-src/usr.bin/ftp/
H A Dftp.c1271 if ((options & SO_DEBUG) && in initconn()
1272 setsockopt(data, SOL_SOCKET, SO_DEBUG, in initconn()
1274 DWARN("setsockopt %s (ignored)", "SO_DEBUG"); in initconn()
1571 if ((options & SO_DEBUG) && in initconn()
1572 setsockopt(data, SOL_SOCKET, SO_DEBUG, in initconn()
1574 DWARN("setsockopt %s (ignored)", "SO_DEBUG"); in initconn()
/netbsd-src/usr.sbin/inetd/
H A Dinetd.c352 options |= SO_DEBUG; in main()
749 if (strcmp(sep->se_proto, "tcp") == 0 && (options & SO_DEBUG) && in setup()
750 turnon(sep->se_fd, SO_DEBUG) < 0) in setup()
/netbsd-src/sys/arch/shark/conf/
H A DOFWGENCFG66 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd-src/sys/arch/sun3/conf/
H A DDISKLESS3X72 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
H A DRAMDISK38 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
H A DRAMDISK3X38 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd-src/sys/arch/news68k/conf/
H A DNEWS120080 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd-src/sys/arch/sandpoint/conf/
H A DSANDPOINT71 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
/netbsd-src/sys/arch/evbppc/conf/
H A DVIRTEX_DFC106 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG

123456789