Home
last modified time | relevance | path

Searched refs:SocketFamily (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/apps/lib/
H A Dvms_term_sock.c295 static int CreateSocketPair(int SocketFamily, in CreateSocketPair() argument
325 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()
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.proto52 // SocketFamily: the network protocol family of a socket. This specifies how
54 enum SocketFamily { enum
233 // 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).