Searched refs:SO_DEBUG (Results 26 - 39 of 39) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dsocket.h10 #define SO_DEBUG 0x0001 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dsocket.h10 #define SO_DEBUG 0x0001 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dsocket.h13 #define SO_DEBUG 0x0001 /* Record debugging information. */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dsocket.h21 #define SO_DEBUG 0x0001 /* Record debugging information. */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dsocket.h9 #define SO_DEBUG 0x0001 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dsocket.h10 #define SO_DEBUG 0x0001 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dsocket.h10 #define SO_DEBUG 0x0001 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dsocket.h13 #define SO_DEBUG 0x0001 /* Record debugging information. */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dsocket.h15 #define SO_DEBUG 0x0001 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dsocket.h13 #define SO_DEBUG 0x0001 /* Record debugging information. */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dsocket.h15 #define SO_DEBUG 0x0001 macro
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtraceroute.c458 options |= SO_DEBUG;
541 if (options & SO_DEBUG)
542 (void) setsockopt(s, SOL_SOCKET, SO_DEBUG,
559 if (options & SO_DEBUG)
560 (void) setsockopt(sndsock, SOL_SOCKET, SO_DEBUG,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dsock.c61 * Adam Caldwell : Missing return in SO_DONTROUTE/SO_DEBUG code
64 * Alan Cox : Make SO_DEBUG superuser only.
65 * Alan Cox : Allow anyone to clear SO_DEBUG
199 case SO_DEBUG:
437 case SO_DEBUG:
/asus-wl-520gu-7.0.1.45/src/tools/misc/
H A Depi_ttcp.c650 options |= SO_DEBUG;
2407 " -d set SO_DEBUG socket option\n"

Completed in 107 milliseconds

12