Searched refs:SO_BROADCAST (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/mips/include/uapi/asm/ |
| H A D | socket.h | 28 #define SO_BROADCAST 0x0020 /* Allow transmission of macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | socket.h | 16 #define SO_BROADCAST 0x0020 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | socket.h | 21 #define SO_BROADCAST 0x0020 macro
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | socket.h | 16 #define SO_BROADCAST 6 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | socket.h | 15 #define SO_BROADCAST 0x0020 macro
|
| /linux/include/uapi/asm-generic/ |
| H A D | socket.h | 16 #define SO_BROADCAST 6 macro
|
| /linux/Documentation/networking/ |
| H A D | j1939.rst | 345 receiving broadcast packets use the socket option ``SO_BROADCAST``: 350 setsockopt(sock, SOL_SOCKET, SO_BROADCAST, &value, sizeof(value)); 551 ``SO_BROADCAST`` 554 The ``SO_BROADCAST`` option enables the sending and receiving of broadcast 576 setsockopt(sock, SOL_SOCKET, SO_BROADCAST, &value, sizeof(value)); 909 setsockopt(sock, SOL_SOCKET, SO_BROADCAST, &value, sizeof(value)); 1028 ``SO_BROADCAST``.
|
| /linux/tools/testing/selftests/net/ |
| H A D | nettest.c | 552 if (setsockopt(sd, SOL_SOCKET, SO_BROADCAST, &one, sizeof(one)) != 0) { in set_broadcast() 1361 if (setsockopt(sd, SOL_SOCKET, SO_BROADCAST, in msock_init()
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 355 case SO_BROADCAST: in mptcp_setsockopt_sol_socket()
|
| /linux/net/core/ |
| H A D | sock.c | 1332 case SO_BROADCAST: in sk_setsockopt() 1761 case SO_BROADCAST: in sk_getsockopt()
|