代码搜索:Notes
找到约 10,000 项符合「Notes」的源代码
代码结果 10,000
www.eeworm.com/read/148143/5718134
c icmp.c
/*
* File: icmp.c
* Purpose: Handle ICMP packets.
*
* Notes: See RFC 792 "Internet Control Message Protocol"
* for more details.
*
* Modifications:
*/
#include "src/include/
www.eeworm.com/read/148143/5718137
c udp.c
/*
* File: udp.c
* Purpose: User Datagram Protocol driver
*
* Notes:
*
* Modifications:
*
*/
#include "src/include/dbug.h"
#include "src/uif/net/net.h"
/**********************
www.eeworm.com/read/148143/5718138
c ip.c
/*
* File: ip.c
* Purpose: Internet Protcol device driver
*
* Notes:
*
* Modifications:
*/
#include "src/include/dbug.h"
#include "src/uif/net/net.h"
/************************
www.eeworm.com/read/148143/5718141
c net.c
/*
* File: net.c
* Purpose: Network initialization for dBUG.
*
* Notes:
*
* Modifications:
*/
#include "src/include/dbug.h"
#include "src/uif/net/net.h"
/***********************
www.eeworm.com/read/148143/5718182
c mc68901.c
/*
* File: mc68901.c
* Purpose: Device driver for the Mutli-Function Peripheral
*
* Notes:
*
* Author: Eric DeVolder
* Date:
*
* Modifications:
*
*/
#include "mc68901p.h"
www.eeworm.com/read/148143/5718230
h mcf5202.h
/*
* File: src/include/cpu/coldfire/mcf5202.h
* Purpose: MCF5202 definitions
*
* Notes: This file automatically included.
*
* Author: Eric DeVolder
* Date:
*
* Modifications:
*
www.eeworm.com/read/148143/5718237
h mcf5204.h
/*
* File: src/include/cpu/coldfire/mcf5204.h
* Purpose: MCF5204 definitions
*
* Notes: This file automatically included.
*
* Author: Eric DeVolder
* Date:
*
* Modifications:
*
www.eeworm.com/read/148143/5718238
h mcf5206.h
/*
* File: src/include/cpu/coldfire/mcf5206.h
* Purpose: MCF5206 definitions
*
* Notes: This file automatically included.
*
* Author: Eric DeVolder
* Date:
*
* Modifications:
*
www.eeworm.com/read/148143/5718264
h dbug.h
/*
* File: src/include/dbug.h
* Purpose: Definitions and prototypes for dBUG.
*
* Notes: Main header file for dBUG
*
*/
#ifndef _DBUG_H
#define _DBUG_H
/*************************
www.eeworm.com/read/148143/5718307
c hbrktab.c
/*
* File: hbrktab.c
* Purpose: Hardware Breakpoint table management routines.
*
* Notes:
*
*/
#include "src/include/dbug.h"
#include "src/uif/uif.h"
/****************************