Home
last modified time | relevance | path

Searched refs:SO_BROADCAST (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dsocket.h16 #define SO_BROADCAST 6 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h16 #define SO_BROADCAST 0x0020 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h15 #define SO_BROADCAST 0x0020 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h21 #define SO_BROADCAST 0x0020 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h28 #define SO_BROADCAST 0x0020 /* Allow transmission of macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h16 #define SO_BROADCAST 6 macro
/openbmc/linux/Documentation/networking/
H A Dj1939.rst261 receiving broadcast packets use the socket option ``SO_BROADCAST``:
266 setsockopt(sock, SOL_SOCKET, SO_BROADCAST, &value, sizeof(value));
372 setsockopt(sock, SOL_SOCKET, SO_BROADCAST, &value, sizeof(value));
/openbmc/linux/tools/testing/selftests/net/
H A Dnettest.c552 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()
/openbmc/linux/net/mptcp/
H A Dsockopt.c355 case SO_BROADCAST: in mptcp_setsockopt_sol_socket()
/openbmc/linux/net/core/
H A Dsock.c1151 case SO_BROADCAST: in sk_setsockopt()
1644 case SO_BROADCAST: in sk_getsockopt()
/openbmc/qemu/linux-user/
H A Dsyscall.c2456 optname = SO_BROADCAST; in do_setsockopt()
2710 optname = SO_BROADCAST; in do_getsockopt()