Home
last modified time | relevance | path

Searched refs:ipv4only (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/dig/
H A Dhost.c48 static int ipv4only = 0, ipv6only = 0; variable
567 ipv4only = 1; in pre_parse_args()
570 if (ipv4only) in pre_parse_args()
843 setup_system(ipv4only, ipv6only); in host_main()
H A Ddig.h295 setup_system(int ipv4only, int ipv6only);
H A Ddig.c69 ipv4only = 0, ipv6only = 0; variable
1571 ipv4only = 1; in preparse_args()
1574 if (ipv4only) in preparse_args()
1912 setup_system(ipv4only, ipv6only); in dig_setup()
H A Ddighost.c1129 setup_system(int ipv4only, int ipv6only) { in setup_system() argument
1136 if (ipv4only) { in setup_system()