代码搜索:SLIP
找到约 1,097 项符合「SLIP」的源代码
代码结果 1,097
www.eeworm.com/read/478934/6708257
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/478934/6708376
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/405416/11462847
js slip.js
function SwitchNav(){
if(switchPoint.innerText==7)
{
switchPoint.innerText=8;
tdtree.firstChild.style.display="";
tdtree.children(1).style.display="none"
www.eeworm.com/read/345059/11841799
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/345059/11842211
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/153019/12066037
js slip.js
function SwitchNav(){
if(switchPoint.innerText==7)
{
switchPoint.innerText=8;
tdtree.firstChild.style.display="";
tdtree.children(1).style.display="none"
www.eeworm.com/read/255541/12075335
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/255541/12075393
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