Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/apps/lib/
H A Dvms_term_sock.c282 static int CreateSocketPair (int SocketFamily, in CreateSocketPair() argument
312 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()
/freebsd-14.2/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).