代码搜索结果
找到约 10,000 项符合
Ethernet 的代码
task.c.bak
#include "ethernet.h"
#include "ip.h"
#include "arp.h"
#include "udp.h"
//-----------------------------------------------------------------
// the main loop od task
void main()
{
// Uint16 i
protocol.h
#ifndef __brloader_protocol_h
#define __brloader_protocol_h
typedef BYTE ETHERNET_ADDRESS [6];
typedef struct ETHERNET_FRAME {
ETHERNET_ADDRESS Destination;
ETHERNET_ADDRESS Source;
WORD
protocol.h
#ifndef __brloader_protocol_h
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#define __brloader_protocol_h
typedef BYTE ETHERNET_ADDRESS [6];
typedef struct ETHERNET_FRAME {
ETHERNET_ADDRES
hconn.htm
Host to Monitor Connection
Host to Monitor Connection
The connection between the Host and the debug
bl_enet.c
//*****************************************************************************
//
// bl_enet.c - Functions to update via Ethernet.
//
// Copyright (c) 2007 Luminary Micro, Inc. All rights reserv