Home
last modified time | relevance | path

Searched refs:AF_UNSPEC (Results 1 – 25 of 27) sorted by relevance

12

/reactos/sdk/lib/dnslib/
H A Dstraddr.c197 if ((Af == AF_UNSPEC) || (Af == AF_INET)) in Dns_StringToAddressEx()
241 if ((Af == AF_UNSPEC) || (Af == AF_INET6)) in Dns_StringToAddressEx()
286 Af = AF_UNSPEC; in Dns_StringToAddressEx()
351 if ((AddressFamily == AF_UNSPEC) || (AddressFamily == AF_INET)) in Dns_StringToDnsAddrEx()
386 if ((AddressFamily == AF_UNSPEC) || (AddressFamily == AF_INET6)) in Dns_StringToDnsAddrEx()
458 AF_UNSPEC, in Dns_ReverseNameToDnsAddr_W()
H A Dsablob.c141 WORD AddressFamily = AF_UNSPEC; in SaBlob_CreateHostent()
339 return DnsAddrArray_AddAddr(Blob->DnsAddrArray, DnsAddr, AF_UNSPEC, 0) ? in SaBlob_WriteAddress()
/reactos/sdk/include/psdk/
H A Dmswsockdef.h32 : sockaddr_size[AF_UNSPEC]); in SOCKADDR_SIZE()
H A Dwinsock.h344 #define AF_UNSPEC 0 macro
371 #define PF_UNSPEC AF_UNSPEC
H A Dws2def.h27 #define AF_UNSPEC 0 macro
/reactos/drivers/network/tcpip/lwip/src/api/
H A Dnetdb.c295 if ((ai_family != AF_UNSPEC) in lwip_getaddrinfo()
306 ai_family = AF_UNSPEC; in lwip_getaddrinfo()
H A Dsockets.c199 #define IS_SOCK_ADDR_TYPE_VALID_OR_UNSPEC(name) (((name)->sa_family == AF_UNSPEC) || \
201 #define SOCK_ADDR_TYPE_MATCH_OR_UNSPEC(name, sock) (((name)->sa_family == AF_UNSPEC) || \
869 if (name->sa_family == AF_UNSPEC) { in lwip_connect()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dsockets.h246 #define AF_UNSPEC 0 macro
251 #define AF_INET6 AF_UNSPEC
255 #define PF_UNSPEC AF_UNSPEC
/reactos/dll/win32/ws2_32/src/
H A Dnscatalo.c573 if (AddressFamily == AF_UNSPEC) return TRUE; in WsNcMatchProtocols()
595 if ((AfpProtocols->iAddressFamily == AF_UNSPEC) || in WsNcMatchProtocols()
H A Ddcatalog.c544 if ((Entry->ProtocolInfo.iAddressFamily == af) || (af == AF_UNSPEC)) in WsTcGetEntryFromTriplet()
/reactos/dll/3rdparty/mbedtls/
H A Dnet_sockets.c216 hints.ai_family = AF_UNSPEC; in mbedtls_net_connect()
263 hints.ai_family = AF_UNSPEC; in mbedtls_net_bind()
/reactos/modules/rostests/winetests/iphlpapi/
H A Diphlpapi.c1364 ret = pGetAdaptersAddresses(AF_UNSPEC, 0, NULL, NULL, NULL); in test_GetAdaptersAddresses()
1369 ret = pGetAdaptersAddresses(AF_UNSPEC, 0, NULL, NULL, &size); in test_GetAdaptersAddresses()
1374 ret = pGetAdaptersAddresses(AF_UNSPEC, 0, NULL, ptr, &size); in test_GetAdaptersAddresses()
1382 ret = pGetAdaptersAddresses(AF_UNSPEC, GAA_FLAG_INCLUDE_PREFIX, NULL, ptr, &osize); in test_GetAdaptersAddresses()
1671 if (pGetAdaptersAddresses( AF_UNSPEC, 0, NULL, NULL, &size ) != ERROR_BUFFER_OVERFLOW) in get_interface_index()
1675 pGetAdaptersAddresses( AF_UNSPEC, 0, NULL, buf, &size ); in get_interface_index()
/reactos/base/services/nfsd/
H A Dnfs41_server.c295 hints.ai_family = AF_UNSPEC; in nfs41_server_resolve()
H A Dnfs41_client.c317 status = GetAdaptersAddresses(AF_UNSPEC, in hash_mac_addrs()
H A Dnfs41_daemon.c272 case AF_UNSPEC: dprintf(1, "Family: Unspecified\n"); break; in print_getaddrinfo()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dtcp.c218 hints.ai_family = AF_UNSPEC; in tcp_connect()
/reactos/base/applications/network/tracert/
H A Dtracert.cpp628 Info.Family = AF_UNSPEC; in wmain()
/reactos/base/applications/network/ping/
H A Dping.c62 static int Family = AF_UNSPEC;
/reactos/modules/rostests/winetests/ws2_32/
H A Dsock.c194 {AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP, 0 },
195 {AF_UNSPEC, SOCK_STREAM, IPPROTO_UDP, 0 },
196 {AF_UNSPEC, SOCK_STREAM, IPPROTO_IPV6,0 },
197 {AF_UNSPEC, SOCK_DGRAM, IPPROTO_TCP, 0 },
198 {AF_UNSPEC, SOCK_DGRAM, IPPROTO_UDP, 0 },
199 {AF_UNSPEC, SOCK_DGRAM, IPPROTO_IPV6,0 },
206 {AF_UNSPEC, 0, IPPROTO_TCP, 0 },
207 {AF_UNSPEC, 0, IPPROTO_UDP, 0 },
208 {AF_UNSPEC, 0, IPPROTO_IPV6,0 },
209 {AF_UNSPEC, SOCK_STREAM, 0, 0 },
[all …]
/reactos/modules/rosapps/applications/sysutils/systeminfo/
H A Dsysteminfo.c613 …while((dwResult = GetAdaptersAddresses(AF_UNSPEC, 0x0002, NULL, pAdapters, &cbAdapters)) == ERROR_… in AllSysInfo()
/reactos/dll/win32/iphlpapi/
H A Daddress.c358 case AF_UNSPEC: in GetAdaptersAddresses()
/reactos/dll/3rdparty/libtirpc/src/
H A Dsvc_vc.c123 xprt->xp_raddr.sin6_family = AF_UNSPEC; in __xprt_set_raddr()
/reactos/base/applications/mstsc/
H A Dtcp.c732 hints.ai_family = AF_UNSPEC; in tcp_connect()
/reactos/dll/win32/wbemprox/
H A Dbuiltin.c3137 ret = GetAdaptersAddresses( AF_UNSPEC, 0, NULL, NULL, &size ); in fill_networkadapter()
3141 if (GetAdaptersAddresses( AF_UNSPEC, 0, NULL, buffer, &size )) in fill_networkadapter()
3378 ret = GetAdaptersAddresses( AF_UNSPEC, GAA_FLAG_INCLUDE_ALL_GATEWAYS, NULL, NULL, &size ); in fill_networkadapterconfig()
3382 if (GetAdaptersAddresses( AF_UNSPEC, GAA_FLAG_INCLUDE_ALL_GATEWAYS, NULL, buffer, &size )) in fill_networkadapterconfig()
/reactos/dll/win32/msafd/misc/
H A Ddllmain.c105 if (AddressFamily == AF_UNSPEC && SocketType == 0 && Protocol == 0) in WSPSocket()
112 if (AddressFamily == AF_UNSPEC) in WSPSocket()

12