代码搜索:SLIP
找到约 1,097 项符合「SLIP」的源代码
代码结果 1,097
www.eeworm.com/read/119864/6081663
h if_slip.h
/* Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of t
www.eeworm.com/read/112303/6146076
c slip.c
/****************************************************************************
** File: slip.c
**
** Author: Michael S. Borella
**
** Comments: Dump slip packets
**
***********************************
www.eeworm.com/read/112303/6146096
h slip.h
/****************************************************************************
**
** File: slip.h
**
** Author: Michael S. Borella
**
** Comments: Dump slip packets
**
********************************
www.eeworm.com/read/322905/6301254
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/322905/6301269
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/353762/6322576
h slip.h
/*/////////////////////////////////////////////////////////////////////////////
File Name : SLIP.h
Author : Rene Trenado
Location : Motorola Applications Lab, Baja California
Date Created
www.eeworm.com/read/353762/6322585
c slip.c
/*/////////////////////////////////////////////////////////////////////////////
File Name : SLIP.C
Author : Rene Trenado
Location : Motorola Applications Lab, Baja California
Date Created
www.eeworm.com/read/488200/6497766
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/488200/6497961
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/485468/6562986