文件名称:arp
- 所属分类:
- 网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 7.88kb
- 下载次数:
- 0次
- 提 供 者:
- 王**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
ARP编程,发送ARP,// ARP fr a me
typedef struct tagARPfr a me
{
unsigned short HW_Type /* hardware address */
unsigned short Prot_Type /* protocol address */
unsigned char HW_Addr_Len /* length of hardware address */
unsigned char Prot_Addr_Len /* length of protocol address */
unsigned short Opcode /* ARP/RARP */
unsigned char Send_HW_Addr[6] /* sender hardware address */
unsigned long Send_Prot_Addr /* sender protocol address */
unsigned char Targ_HW_Addr[6] /* target hardware address */
unsigned long Targ_Prot_Addr /* target protocol address */
unsigned char padding[18]
} ARPfr a me, *PARPfr a me
typedef struct tagARPfr a me
{
unsigned short HW_Type /* hardware address */
unsigned short Prot_Type /* protocol address */
unsigned char HW_Addr_Len /* length of hardware address */
unsigned char Prot_Addr_Len /* length of protocol address */
unsigned short Opcode /* ARP/RARP */
unsigned char Send_HW_Addr[6] /* sender hardware address */
unsigned long Send_Prot_Addr /* sender protocol address */
unsigned char Targ_HW_Addr[6] /* target hardware address */
unsigned long Targ_Prot_Addr /* target protocol address */
unsigned char padding[18]
} ARPfr a me, *PARPfr a me
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 111186737arp.rar 列表 arp\arp.c arp\arp.dsp arp\arp.dsw arp\arp.ncb arp\arp.opt arp\arp.plg arp\Debug arp\GNUmakefile arp\新建 文本文档.txt arp