ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
PNDIS_PACKET | PrepareARPPacket (PIP_INTERFACE IF, USHORT HardwareType, USHORT ProtocolType, UCHAR LinkAddressLength, UCHAR ProtoAddressLength, PVOID SenderLinkAddress, PVOID SenderProtoAddress, PVOID TargetLinkAddress, PVOID TargetProtoAddress, USHORT Opcode) |
VOID | ARPTransmitComplete (PVOID Context, PNDIS_PACKET NdisPacket, NDIS_STATUS NdisStatus) |
BOOLEAN | ARPTransmit (PIP_ADDRESS Address, PVOID LinkAddress, PIP_INTERFACE Interface) |
VOID | ARPReceive (PVOID Context, PIP_PACKET Packet) |
VOID ARPReceive | ( | PVOID | Context, |
PIP_PACKET | Packet | ||
) |
Definition at line 175 of file arp.c.
Referenced by LanReceiveWorker().
BOOLEAN ARPTransmit | ( | PIP_ADDRESS | Address, |
PVOID | LinkAddress, | ||
PIP_INTERFACE | Interface | ||
) |
Definition at line 111 of file arp.c.
Referenced by DispTdiQueryIpHwAddress(), IPAddInterfaceRoute(), and NBSendSolicit().
VOID ARPTransmitComplete | ( | PVOID | Context, |
PNDIS_PACKET | NdisPacket, | ||
NDIS_STATUS | NdisStatus | ||
) |
Definition at line 92 of file arp.c.
Referenced by ARPReceive(), and ARPTransmit().
PNDIS_PACKET PrepareARPPacket | ( | PIP_INTERFACE | IF, |
USHORT | HardwareType, | ||
USHORT | ProtocolType, | ||
UCHAR | LinkAddressLength, | ||
UCHAR | ProtoAddressLength, | ||
PVOID | SenderLinkAddress, | ||
PVOID | SenderProtoAddress, | ||
PVOID | TargetLinkAddress, | ||
PVOID | TargetProtoAddress, | ||
USHORT | Opcode | ||
) |
Definition at line 13 of file arp.c.
Referenced by ARPReceive(), and ARPTransmit().