Searched refs:SocketFamily (Results 1 – 2 of 2) sorted by relevance
282 static int CreateSocketPair (int SocketFamily, in CreateSocketPair() argument312 SockDesc1 = socket (SocketFamily, SocketType, 0); in CreateSocketPair()323 sin.sin_family = SocketFamily; in CreateSocketPair()402 SockDesc2 = socket (SocketFamily, SocketType, 0); in CreateSocketPair()439 sin.sin_family = SocketFamily; in CreateSocketPair()
52 // SocketFamily: the network protocol family of a socket. This specifies how54 enum SocketFamily { enum233 // One of the SocketFamily values described above.234 optional SocketFamily socket_family = 2;240 // For SocketFamily INET, this field is 4 octets (IPv4 address).241 // For SocketFamily INET6, this field is 16 octets (IPv6 address).245 // For SocketFamily INET, this field is 4 octets (IPv4 address).246 // For SocketFamily INET6, this field is 16 octets (IPv6 address).