Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ws2_32/
H A Dros_diff.patch59 - trace("List of local IPs:\n");
72 + trace("List of local IPs:\n");
/reactos/drivers/network/tcpip/tcpip/
H A Ddispatch.c1683 PULONG IPs; in DispTdiQueryIpHwAddress() local
1697 IPs = (PULONG)Irp->AssociatedIrp.SystemBuffer; in DispTdiQueryIpHwAddress()
1698 AddrInitIPv4(&Remote, IPs[0]); in DispTdiQueryIpHwAddress()
1699 AddrInitIPv4(&Local, IPs[1]); in DispTdiQueryIpHwAddress()
1758 WorkItem->RemoteIP = IPs[0]; in DispTdiQueryIpHwAddress()
/reactos/dll/win32/iphlpapi/
H A Diphlpapi_main.c2760 IPAddr IPs[2]; in SendARP() local
2766 IPs[0] = DestIP; in SendARP()
2767 IPs[1] = SrcIP; in SendARP()
2768 Size = sizeof(IPs); in SendARP()
2769 …return TCPSendIoctl(INVALID_HANDLE_VALUE, IOCTL_QUERY_IP_HW_ADDRESS, IPs, &Size, pMacAddr, PhyAddr… in SendARP()
/reactos/drivers/network/tcpip/lwip/
H A DCHANGELOG2500 loopback traffic is supported on all netifs (all local IPs).