Searched refs:SO_BROADCAST (Results 26 - 49 of 49) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dsocket.h15 #define SO_BROADCAST 0x0020 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dsocket.h15 #define SO_BROADCAST 0x0020 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dsocket.h18 #define SO_BROADCAST 0x0020 /* Allow transmission of macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dsocket.h26 #define SO_BROADCAST 0x0020 /* Allow transmission of macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dsocket.h13 #define SO_BROADCAST 0x0020 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dsocket.h15 #define SO_BROADCAST 0x0020 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dsocket.h15 #define SO_BROADCAST 0x0020 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dsocket.h18 #define SO_BROADCAST 0x0020 /* Allow transmission of macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dsocket.h19 #define SO_BROADCAST 0x0020 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dsocket.h18 #define SO_BROADCAST 0x0020 /* Allow transmission of macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dsocket.h19 #define SO_BROADCAST 0x0020 macro
/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Darpping.c53 if (setsockopt(s, SOL_SOCKET, SO_BROADCAST, &optval, sizeof(optval)) == -1) {
H A Dsocket.c117 if (setsockopt(fd, SOL_SOCKET, SO_BROADCAST, (char *) &n, sizeof(n)) == -1) {
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dping.c439 setsockopt(pingsock, SOL_SOCKET, SO_BROADCAST, (char *) &sockopt,
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dinfosvr.c149 if(setsockopt(sockfd , SOL_SOCKET , SO_BROADCAST ,(char *)&broadcast,sizeof(broadcast)) == -1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dsock.c217 case SO_BROADCAST:
445 case SO_BROADCAST:
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Ddiscover.c89 if (setsockopt(fd, SOL_SOCKET, SO_BROADCAST, &optval, sizeof(optval)) < 0) {
370 if (setsockopt(fd, SOL_SOCKET, SO_BROADCAST, (char *) &n, sizeof(n)) == -1) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil_sock.c56 {"SO_BROADCAST", SOL_SOCKET, SO_BROADCAST, 0, OPT_BOOL},
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/ssdp/
H A Dssdp_server.c994 if( setsockopt( ssdpSock, SOL_SOCKET, SO_BROADCAST,
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dif.c450 if (setsockopt(fd, SOL_SOCKET, SO_BROADCAST, &optval, sizeof(optval)) < 0) {
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A Dif.c450 if (setsockopt(fd, SOL_SOCKET, SO_BROADCAST, &optval, sizeof(optval)) < 0) {
/asus-wl-520gu-7.0.1.45/src/router/pppoe-relay/
H A Dif.c452 if (setsockopt(fd, SOL_SOCKET, SO_BROADCAST, &optval, sizeof(optval)) < 0) {
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dif.c439 if (setsockopt(fd, SOL_SOCKET, SO_BROADCAST, &optval, sizeof(optval)) < 0) {
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.c2258 if(setsockopt(sockfd, SOL_SOCKET, SO_BROADCAST, (char *)&broadcast, sizeof(broadcast)) < 0) {

Completed in 231 milliseconds

12