Home
last modified time | relevance | path

Searched refs:addrfamily (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/usr.sbin/nsd/
Dnsd-control.c248 int addrfamily = 0; in contact_server() local
285 addrfamily = AF_LOCAL; in contact_server()
300 addrfamily = AF_INET6; in contact_server()
313 addrfamily = AF_INET; in contact_server()
316 fd = socket(addrfamily, SOCK_STREAM, 0); in contact_server()
/openbsd/src/usr.sbin/unbound/smallapp/
Dunbound-control.c600 int addrfamily = 0, proto = IPPROTO_TCP; in contact_server() local
649 addrfamily = AF_LOCAL; in contact_server()
658 if(addrfamily == 0) in contact_server()
659 addrfamily = addr_is_ip6(&addr, addrlen)?PF_INET6:PF_INET; in contact_server()
660 fd = socket(addrfamily, SOCK_STREAM, proto); in contact_server()
/openbsd/src/usr.sbin/nsd/dnstap/
Ddnstap.c293 int addrfamily; in dt_tls_writer_open() local
325 addrfamily = AF_INET6; in dt_tls_writer_open()
343 addrfamily = AF_INET; in dt_tls_writer_open()
349 dtw->fd = socket(addrfamily, SOCK_STREAM, 0); in dt_tls_writer_open()
/openbsd/src/usr.sbin/unbound/services/
Dlisten_dnsport.h455 char* set_ip_dscp(int socket, int addrfamily, int ds);
Dlisten_dnsport.c903 set_ip_dscp(int socket, int addrfamily, int dscp) in set_ip_dscp() argument
910 switch(addrfamily) { in set_ip_dscp()
/openbsd/src/sbin/unwind/libunbound/services/
Dlisten_dnsport.h455 char* set_ip_dscp(int socket, int addrfamily, int ds);
Dlisten_dnsport.c903 set_ip_dscp(int socket, int addrfamily, int dscp) in set_ip_dscp() argument
910 switch(addrfamily) { in set_ip_dscp()