Searched refs:ans6 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/net/
H A Dt_hostent.sh30 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"
/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c991 struct in6_addr ans6; local
992 memset(&ans6, 0, sizeof(ans6));
1014 ans6.s6_addr[0] = 0x80;
1015 ans6.s6_addr[1] = 0xff;
1016 ans6.s6_addr[14] = 0xbb;
1017 ans6.s6_addr[15] = 0xbb;
1019 1, &ans6.s6_addr, 2000);
1040 ans6.s6_addr[0] = 0x0b;
1041 ans6
[all...]

Completed in 100 milliseconds