Home
last modified time | relevance | path

Searched refs:nBytesReturned (Results 1 – 11 of 11) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/transport/
H A Dif_addrs.cpp84 unsigned long nBytesReturned; in get_if_addrs() local
91 &nBytesReturned, in get_if_addrs()
99 int nNumInterfaces = nBytesReturned / sizeof(INTERFACE_INFO); in get_if_addrs()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xstd/
H A DgetIfAddrs.cc31 unsigned long nBytesReturned; in GetIfAddrs() local
33 sizeof(InterfaceList), &nBytesReturned, 0, 0) == SOCKET_ERROR) in GetIfAddrs()
36 const int nNumInterfaces = nBytesReturned / sizeof(INTERFACE_INFO); in GetIfAddrs()
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/win32/
H A Dlibc_interface.c220 unsigned long nBytesReturned; in wpurple_ioctl() local
223 sizeof(InterfaceList), &nBytesReturned, in wpurple_ioctl()
232 nBytesReturned / sizeof(INTERFACE_INFO); in wpurple_ioctl()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/win32/
H A Dlibc_interface.c220 unsigned long nBytesReturned; in wpurple_ioctl() local
223 sizeof(InterfaceList), &nBytesReturned, in wpurple_ioctl()
232 nBytesReturned / sizeof(INTERFACE_INFO); in wpurple_ioctl()
/dports/net-im/finch/pidgin-2.14.8/libpurple/win32/
H A Dlibc_interface.c220 unsigned long nBytesReturned; in wpurple_ioctl() local
223 sizeof(InterfaceList), &nBytesReturned, in wpurple_ioctl()
232 nBytesReturned / sizeof(INTERFACE_INFO); in wpurple_ioctl()
/dports/net/rdesktop/rdesktop-1.9.0/
H A Dscard.c2140 SERVER_DWORD nInBufferSize, nOutBufferSize, nOutBufferRealSize, nBytesReturned; in TS_SCardControl() local
2225 nBytesReturned = nOutBufferRealSize; in TS_SCardControl()
2227 nBytesReturned = nOutBufferRealSize; in TS_SCardControl()
2232 sc_nBytesReturned = nBytesReturned; in TS_SCardControl()
2242 nBytesReturned = sc_nBytesReturned; in TS_SCardControl()
2252 (int) nBytesReturned); in TS_SCardControl()
2255 out_uint32_le(out, nBytesReturned); in TS_SCardControl()
2257 out_uint32_le(out, nBytesReturned); in TS_SCardControl()
2258 if (nBytesReturned > 0) in TS_SCardControl()
2260 out_uint8a(out, pOutBuffer, nBytesReturned); in TS_SCardControl()
[all …]
/dports/misc/biblesync/biblesync-2.1.0/src/
H A Dbiblesync.cc1122 unsigned long nBytesReturned; in InterfaceAddress() local
1124 sizeof(InterfaceList), &nBytesReturned, 0, 0) in InterfaceAddress()
1129 int nNumInterfaces = nBytesReturned / sizeof(INTERFACE_INFO); in InterfaceAddress()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DSocketLayer.cpp1110 unsigned long nBytesReturned; in GetSubNetForSocketAndIp() local
1112 sizeof(InterfaceList), &nBytesReturned, 0, 0) == SOCKET_ERROR) { in GetSubNetForSocketAndIp()
1116 int nNumInterfaces = nBytesReturned / sizeof(INTERFACE_INFO); in GetSubNetForSocketAndIp()
/dports/net/libnfs/libnfs-libnfs-4.0.0/lib/
H A Dlibnfs-sync.c2040 unsigned long nBytesReturned; in nfs_find_local_servers() local
2055 …IO_GET_INTERFACE_LIST, 0, 0, &InterfaceList, sizeof(InterfaceList), &nBytesReturned, 0, 0) == SOCK… in nfs_find_local_servers()
2060 nNumInterfaces = nBytesReturned / sizeof(INTERFACE_INFO); in nfs_find_local_servers()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tools/
H A Dgdomap.c1194 uint32_t nBytesReturned; in init_iface() local
1208 sizeof(InterfaceList), &nBytesReturned, 0, 0) == SOCKET_ERROR) in init_iface()
1216 nNumInterfaces = nBytesReturned / sizeof(INTERFACE_INFO); in init_iface()
/dports/net/lft/lft-3.91/
H A Dlft_lib.c2311 unsigned long nBytesReturned; in lft_getifforremote() local
2336 …ock, SIO_ROUTING_INTERFACE_QUERY, &in, sizeof(in), &out, sizeof(out), &nBytesReturned, NULL, NULL)) in lft_getifforremote()