Lines Matching refs:socket
11 This file briefly describes the existing kernel support and the socket API.
32 Porting applications to UDP-Lite is straightforward: only socket level and
40 uses the same socket type as UDP. In fact, porting from UDP to UDP-Lite is
41 very easy: simply add `IPPROTO_UDPLITE' as the last argument of the socket(2)
44 s = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDPLITE);
48 s = socket(PF_INET6, SOCK_DGRAM, IPPROTO_UDPLITE);
55 single socket option, which takes an integer specifying the coverage length:
83 alone protocol, all socket options known from UDP can be used in exactly the
91 The socket API requires support through header files in /usr/include:
156 net.core.wmem_default or via setting the SO_SNDBUF socket(7)
242 * internal socket queue receive errors