Searched refs:socket_family (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unbound/dnstap/ |
H A D | dnstap.proto | 234 optional SocketFamily socket_family = 2; field 295 // socket_family, socket_protocol 301 // socket_family, socket_protocol 308 // socket_family, socket_protocol 315 // socket_family, socket_protocol 323 // socket_family, socket_protocol 328 // socket_family, socket_protocol
|
H A D | dnstap.c | 352 dm->m.socket_family = DNSTAP__SOCKET_FAMILY__INET6; in dt_msg_fill_net() 367 dm->m.socket_family = DNSTAP__SOCKET_FAMILY__INET; in dt_msg_fill_net()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 1007 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_server_main() local 1107 if (socket_family == AF_UNIX) { in s_server_main() 1112 socket_family = AF_INET; in s_server_main() 1118 if (socket_family == AF_UNIX) { in s_server_main() 1123 socket_family = AF_INET6; in s_server_main() 1132 if (socket_family == AF_UNIX) { in s_server_main() 1133 socket_family = AF_UNSPEC; in s_server_main() 1147 if (socket_family == AF_UNIX) { in s_server_main() 1148 socket_family = AF_UNSPEC; in s_server_main() 1162 socket_family = AF_UNIX; in s_server_main() [all …]
|
H A D | s_client.c | 824 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_client_main() local 961 socket_family = AF_INET; in s_client_main() 967 socket_family = AF_INET6; in s_client_main() 998 socket_family = AF_UNIX; in s_client_main() 1578 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) { in s_client_main() 2017 if (init_client(&sock, host, port, bindhost, bindport, socket_family, in s_client_main()
|