Searched refs:IP_ADDRESS (Results 1 – 16 of 16) sorted by relevance
/reactos/drivers/network/tcpip/include/ |
H A D | ip.h | 23 typedef struct IP_ADDRESS { struct 29 } IP_ADDRESS, *PIP_ADDRESS; argument 89 IP_ADDRESS SrcAddr; /* Source address */ 90 IP_ADDRESS DstAddr; /* Destination address */ 159 IP_ADDRESS Unicast; /* Unicast address */ 160 IP_ADDRESS PointToPoint; /* Point to point address */ 161 IP_ADDRESS Netmask; /* Netmask */ 162 IP_ADDRESS Broadcast; /* Broadcast */
|
H A D | titypes.h | 79 IP_ADDRESS RemoteAddress; /* Remote address we receive from (NULL means any) */ 105 IP_ADDRESS RemoteAddress; 117 IP_ADDRESS Address; /* Address of this address file */ 135 IP_ADDRESS AddrCache; /* One entry address cache (destination
|
H A D | router.h | 17 IP_ADDRESS NetworkAddress; /* Address of network */ 18 IP_ADDRESS Netmask; /* Netmask of network */
|
H A D | receive.h | 37 IP_ADDRESS SrcAddr; /* Source address */ 38 IP_ADDRESS DstAddr; /* Destination address */
|
H A D | neighbor.h | 36 IP_ADDRESS Address; /* IP address of neighbor */
|
/reactos/drivers/network/tcpip/ip/network/ |
H A D | ip.c | 156 IP_ADDRESS SrcAddress; in IPDispatchProtocol() 264 IP_ADDRESS NetworkAddress; in IPAddInterfaceRoute() 333 IP_ADDRESS GeneralRoute; in IPRemoveInterfaceRoute()
|
H A D | arp.c | 186 IP_ADDRESS SrcAddress; in ARPReceive() 187 IP_ADDRESS DstAddress; in ARPReceive()
|
H A D | receive.c | 214 RtlCopyMemory(&IPPacket->SrcAddr, &IPDR->SrcAddr, sizeof(IP_ADDRESS)); in ReassembleDatagram() 215 RtlCopyMemory(&IPPacket->DstAddr, &IPDR->DstAddr, sizeof(IP_ADDRESS)); in ReassembleDatagram()
|
/reactos/drivers/network/tcpip/ip/transport/udp/ |
H A D | udp.c | 169 IP_ADDRESS RemoteAddress; in UDPSendDatagram() 170 IP_ADDRESS LocalAddress; in UDPSendDatagram()
|
/reactos/drivers/network/tcpip/ip/transport/tcp/ |
H A D | if.c | 17 IP_ADDRESS RemoteAddress, LocalAddress; in TCPSendDataCallback()
|
H A D | tcp.c | 310 IP_ADDRESS RemoteAddress; in TCPConnect()
|
/reactos/drivers/network/tcpip/tcpip/ |
H A D | iinfo.c | 136 IP_ADDRESS Address; in InfoTdiSetArptableMIB()
|
H A D | ninfo.c | 312 IP_ADDRESS Address, Netmask, Router; in InfoTdiSetRoute()
|
H A D | dispatch.c | 1639 IP_ADDRESS Remote; in WaitForHwAddress() 1684 IP_ADDRESS Remote, Local; in DispTdiQueryIpHwAddress()
|
/reactos/drivers/network/tcpip/ip/transport/rawip/ |
H A D | rawip.c | 190 IP_ADDRESS RemoteAddress, LocalAddress; in RawIPSendDatagram()
|
/reactos/drivers/network/tcpip/datalink/ |
H A D | lan.c | 585 IP_ADDRESS DefaultMask, Router; in ReadIpConfiguration() 722 IP_ADDRESS DefaultMask; in ReconfigureAdapter()
|