Searched refs:SocketFamily (Results 1 – 2 of 2) sorted by relevance
295 static int CreateSocketPair(int SocketFamily, in CreateSocketPair() argument325 SockDesc1 = socket(SocketFamily, SocketType, 0); in CreateSocketPair()336 sin.sin_family = SocketFamily; in CreateSocketPair()415 SockDesc2 = socket(SocketFamily, SocketType, 0); in CreateSocketPair()452 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).