代码搜索:SLIP
找到约 1,097 项符合「SLIP」的源代码
代码结果 1,097
www.eeworm.com/read/191743/8424707
h slip.h
/*/////////////////////////////////////////////////////////////////////////////
File Name : SLIP.h
Author : Rene Trenado
Location : Motorola Applications Lab, Baja California
Date Created
www.eeworm.com/read/191743/8424732
c slip.c
/*/////////////////////////////////////////////////////////////////////////////
File Name : SLIP.C
Author : Rene Trenado
Location : Motorola Applications Lab, Baja California
Date Created
www.eeworm.com/read/386806/8725113
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/386806/8725171
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/429611/8799118
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/429611/8799412
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/429461/8807738
slip studiotiburon.slip
www.eeworm.com/read/383713/8924771
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/383713/8924829
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/382649/9007976
h slip.h
/*
* Definitions that user level programs might need to know to interact
* with serial line IP (slip) lines.
*
* @(#) $Header: /tcpdump/master/tcpdump/slip.h,v 1.1 2000-10-09 01:53:21 guy Exp $
*