Searched refs:SO_REUSEADDR (Results 26 - 50 of 61) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dsocket.h12 #define SO_REUSEADDR 0x0004 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dsocket.h12 #define SO_REUSEADDR 0x0004 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dsocket.h14 #define SO_REUSEADDR 0x0004 /* Allow reuse of local addresses. */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dsocket.h22 #define SO_REUSEADDR 0x0004 /* Allow reuse of local addresses. */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dsocket.h10 #define SO_REUSEADDR 0x0004 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dsocket.h12 #define SO_REUSEADDR 0x0004 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dsocket.h12 #define SO_REUSEADDR 0x0004 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dsocket.h14 #define SO_REUSEADDR 0x0004 /* Allow reuse of local addresses. */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dsocket.h16 #define SO_REUSEADDR 0x0004 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dsocket.h14 #define SO_REUSEADDR 0x0004 /* Allow reuse of local addresses. */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dsocket.h16 #define SO_REUSEADDR 0x0004 macro
/asus-wl-520gu-7.0.1.45/src/router/bridge/brctl/
H A Dbrctld.c172 if (setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &x, sizeof(x)) < 0) {
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/linux/
H A Dlinux_osl.c65 setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, (char*) &flag, sizeof(flag));
/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Dsocket.c113 if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, (char *) &n, sizeof(n)) == -1) {
H A Dpacket.c180 if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, (char *) &n, sizeof(n)) == -1)
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/AUTHENTICATE/
H A Dsserver.c116 (void) setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, (char *)&on,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbindd_wins.c50 setsockopt(res,SOL_SOCKET,SO_REUSEADDR,(char *)&val,sizeof(val));
H A Dwins.c59 setsockopt(res,SOL_SOCKET,SO_REUSEADDR,(char *)&val,sizeof(val));
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A DLPRng.pm655 setsockopt( SOCK, SOL_SOCKET, SO_REUSEADDR, 1 )
669 setsockopt( SOCK, SOL_SOCKET, SO_REUSEADDR, 1 ) or warn "setsockopt failed - $!\n";
H A DLPRng.pm.in655 setsockopt( SOCK, SOL_SOCKET, SO_REUSEADDR, 1 )
669 setsockopt( SOCK, SOL_SOCKET, SO_REUSEADDR, 1 ) or warn "setsockopt failed - $!\n";
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil_sock.c55 {"SO_REUSEADDR", SOL_SOCKET, SO_REUSEADDR, 0, OPT_BOOL},
640 /* This block sets/clears the SO_REUSEADDR and possibly SO_REUSEPORT. */
643 if( setsockopt(res,SOL_SOCKET,SO_REUSEADDR,(char *)&val,sizeof(val)) == -1 ) {
646 dbgtext( "SO_REUSEADDR = %s ", val?"True":"False" );
/asus-wl-520gu-7.0.1.45/src/router/utelnetd/
H A Dutelnetd.c473 (void)setsockopt(master_fd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dsock.c207 case SO_REUSEADDR:
457 case SO_REUSEADDR:
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpd.c185 if (setsockopt(netfd, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one)) < 0)
H A Dlpd_lisa.c157 if (setsockopt(netfd, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one)) < 0)

Completed in 130 milliseconds

123