Searched refs:SO_LINGER (Results 26 - 40 of 40) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dsocket.h21 #define SO_LINGER 13 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dsocket.h20 #define SO_LINGER 0x0080 /* Block on close of a reliable macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dsocket.h28 #define SO_LINGER 0x0080 /* Block on close of a reliable macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dsocket.h14 #define SO_LINGER 0x0080 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dsocket.h20 #define SO_LINGER 0x0080 /* Block on close of a reliable macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dsocket.h28 #define SO_LINGER 0x0080 /* Block on close of a reliable macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dsocket.h14 #define SO_LINGER 0x0080 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dsocket.h20 #define SO_LINGER 0x0080 /* Block on close of a reliable macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dsocket.h20 #define SO_LINGER 0x0080 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dsocket.h20 #define SO_LINGER 0x0080 /* Block on close of a reliable macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dsocket.h20 #define SO_LINGER 0x0080 macro
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlinksupport.c638 #ifdef SO_LINGER
647 DEBUGF(DNW2) ("Set_linger: SO_LINGER socket %d, value %d", sock, n );
648 if( getsockopt( sock,SOL_SOCKET,SO_LINGER,(char *)&option, &len) == -1 ){
654 DEBUGF(DNW4) ("Set_linger: SO_LINGER socket %d, onoff %d, linger %d",
663 if( setsockopt( sock, SOL_SOCKET, SO_LINGER,
670 DEBUGF(DNW2) ("Set_linger: NO SO_LINGER, socket %d, value %d", sock, n);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dsock.c51 * Alan Cox : SO_LINGER supported
283 case SO_LINGER:
487 case SO_LINGER:
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/
H A Dgena.c439 setsockopt(sr, SOL_SOCKET, SO_LINGER, &optval, sizeof (optval));
/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dsysutil.c698 retval = setsockopt(fd, SOL_SOCKET, SO_LINGER, &the_linger,
712 (void) setsockopt(fd, SOL_SOCKET, SO_LINGER, &the_linger, sizeof(the_linger));

Completed in 181 milliseconds

12