Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c606 int addrfamily = 0, proto = IPPROTO_TCP; in contact_server() local
655 addrfamily = AF_LOCAL; in contact_server()
664 if(addrfamily == 0) in contact_server()
665 addrfamily = addr_is_ip6(&addr, addrlen)?PF_INET6:PF_INET; in contact_server()
666 fd = socket(addrfamily, SOCK_STREAM, proto); in contact_server()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h842 char* set_ip_dscp(int socket, int addrfamily, int ds);
H A Dlisten_dnsport.c929 set_ip_dscp(int socket, int addrfamily, int dscp) in set_ip_dscp() argument
936 switch(addrfamily) { in set_ip_dscp()