代码搜索:SLIP

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

代码结果 1,097
www.eeworm.com/read/339051/12265000

c slip.c

/* SLIP (Serial Line IP) encapsulation and control routines. * Copyright 1991 Phil Karn * * Van Jacobsen header compression hooks added by Katie Stevens, UC Davis * * - Feb 1991 Bill_Simpson
www.eeworm.com/read/339051/12265370

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/149908/12333970

c slip.c

/* SLIP (Serial Line IP) encapsulation and control routines. * Copyright 1991 Phil Karn * * Van Jacobsen header compression hooks added by Katie Stevens, UC Davis * * - Feb 1991 Bill_Simpson
www.eeworm.com/read/149908/12334294

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/129180/14260002

cfg slip.cfg

# Configuration file for 'TCP/IP Lean': SLIP link on COM2 id a net slip pc com2:38400,n,8,1 ip 172.16.1.2 # EOF
www.eeworm.com/read/230899/14269716

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/230899/14269939

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/124628/14556126

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/124628/14556376

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/124442/14567173

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: