HomeSort by: relevance | last modified time | path
    Searched refs:ans6 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/digdelv/
tests_others.py 28 def test_nslookup_update_response(named_port, ans6):
32 f"-port={named_port} -q=CNAME -timeout=1 foo.bar {ans6.ip}",
39 def test_host_update_response(named_port, ans6):
43 f"-p {named_port} -W 1 -t CNAME foo.bar {ans6.ip}", raise_on_exception=False
49 def test_nsupdate_update_response(named_port, ans6):
53 server {ans6.ip} {named_port}
tests_dig.py 47 def test_update_response(dig, ans6):
50 f"@{ans6.ip} +tries=1 +timeout=1 cname foo.bar", raise_on_exception=False
  /src/tests/lib/libc/net/
t_hostent.sh 30 ans6="name=$n6, length=16, addrtype=24, aliases=[] addr_list=[$a6]\n"
87 atf_check -o inline:"$ans6" -x "$HIJACK_DNS ${dir}/h_hostent ${res} -t auto -6 $n6"
117 atf_check -o inline:"$ans6" -x "$HIJACK_DNS ${dir}/h_hostent ${res} -t auto -a $a6"
187 atf_check -o inline:"$ans6" -x "$HIJACK_DNS ${dir}/h_hostent ${res} -t dns -6 $n6"
217 atf_check -o inline:"$ans6" -x "$HIJACK_DNS ${dir}/h_hostent ${res} -t dns -6 -a $a6"
  /src/external/bsd/libevent/dist/test/
regress_dns.c 1085 struct in6_addr ans6; local
1086 memset(&ans6, 0, sizeof(ans6));
1108 ans6.s6_addr[0] = 0x80;
1109 ans6.s6_addr[1] = 0xff;
1110 ans6.s6_addr[14] = 0xbb;
1111 ans6.s6_addr[15] = 0xbb;
1113 1, &ans6.s6_addr, 2000);
1134 ans6.s6_addr[0] = 0x0b;
1135 ans6.s6_addr[1] = 0x0b
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_dns.c 1083 struct in6_addr ans6; local
1084 memset(&ans6, 0, sizeof(ans6));
1106 ans6.s6_addr[0] = 0x80;
1107 ans6.s6_addr[1] = 0xff;
1108 ans6.s6_addr[14] = 0xbb;
1109 ans6.s6_addr[15] = 0xbb;
1111 1, &ans6.s6_addr, 2000);
1132 ans6.s6_addr[0] = 0x0b;
1133 ans6.s6_addr[1] = 0x0b
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/
conftest.py 750 def ans6(servers): function
751 return servers["ans6"]

Completed in 18 milliseconds