代码搜索:SLIP

找到约 1,097 项符合「SLIP」的源代码

代码结果 1,097
www.eeworm.com/read/163079/10175746

c slip.c

/* * slip.c This module implements the SLIP protocol for kernel-based * devices like TTY. It interfaces between a raw TTY, and the * kernel's INET protocol layers (via DDI). * * Version:
www.eeworm.com/read/163079/10175798

h slip.h

/* * slip.h Define the SLIP device driver interface and constants. * * NOTE: THIS FILE WILL BE MOVED TO THE LINUX INCLUDE DIRECTORY * AS SOON AS POSSIBLE! * * Version: @(#)slip.h 1.2.0 03
www.eeworm.com/read/352754/10515974

c slip.c

/* * slip.c This module implements the SLIP protocol for kernel-based * devices like TTY. It interfaces between a raw TTY, and the * kernel's INET protocol layers (via DDI). * * Version:
www.eeworm.com/read/352754/10516053

h slip.h

/* * slip.h Define the SLIP device driver interface and constants. * * NOTE: THIS FILE WILL BE MOVED TO THE LINUX INCLUDE DIRECTORY * AS SOON AS POSSIBLE! * * Version: @(#)slip.h 1.2.0 03
www.eeworm.com/read/422383/10638790

slip ent.slip

www.eeworm.com/read/421154/10752646

c slip.c

/* SLIP (Serial Line IP) encapsulation and control routines. */ #include #include "global.h" #include "mbuf.h" #include "iface.h" #include "ip.h" #include "slhc.h" #include "asy.h"
www.eeworm.com/read/421154/10753080

h slip.h

#ifndef _SLIP_H #define _SLIP_H #ifndef _GLOBAL_H #include "global.h" #endif #ifndef _IFACE_H #include "iface.h" #endif #ifndef _SLHC_H #include "slhc.h" #endif #define SLIP_MAX 6
www.eeworm.com/read/270669/11030394

c slip.c

/* SLIP (Serial Line IP) encapsulation and control routines. */ #include #include "global.h" #include "mbuf.h" #include "iface.h" #include "ip.h" #include "slhc.h" #include "asy.h"
www.eeworm.com/read/270669/11030662

h slip.h

#ifndef _SLIP_H #define _SLIP_H #ifndef _GLOBAL_H #include "global.h" #endif #ifndef _IFACE_H #include "iface.h" #endif #ifndef _SLHC_H #include "slhc.h" #endif #define SLIP_MAX 6
www.eeworm.com/read/344247/6964120

h slip.h

/*///////////////////////////////////////////////////////////////////////////// File Name : SLIP.h Author : Rene Trenado Location : Motorola Applications Lab, Baja California Date Created