特牛生活网

TCP/IP协议头部结构体-CSDN博客

网友收藏
//Mac头部,总长度14字节typedef struct _eth_hdr{unsigned char dstmac[6]; //目标mac地址unsigned char srcmac[6]; //源mac地址unsigned short eth_type; //以太网类型}eth_hdr; //IP头部,总长度20字节typedef struct _ip_hdr{#if ..._ip头结构体
标签:ip头结构体