代码搜索:Loopback
找到约 3,254 项符合「Loopback」的源代码
代码结果 3,254
www.eeworm.com/read/455833/1609088
c loopback.c
/* loopback.c
* linqianghe@163.com
* 2006-10-20
*/
#include "config.h"
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/455833/1609122
c loopback.c
/* loopback.c
* linqianghe@163.com
* 2006-09-18
*/
#include "log.h"
#include
#include
#include
#include
#include
www.eeworm.com/read/455833/1609195
c loopback.c
/* loopback.c
* linqianghe@163.com
* 2006-09-18
*/
#include "log.h"
#include
#include
#include
#include
#include
www.eeworm.com/read/244005/4515050
c loopback.c
/****************************************************************************
**
** File: loopback.c
**
** Author: Mike Borella
**
** Comments: Dump loopback packets
**
**********************
www.eeworm.com/read/244005/4515053
h loopback.h
/****************************************************************************
**
** File: loopback.h
**
** Author: Mike Borella
**
** Comments: Loopback device definitions
**
****************
www.eeworm.com/read/242732/4537280
c loopback.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS TCP/IP protocol driver
* FILE: datalink/loopback.c
* PURPOSE: Loopback adapter
* PROGRAMMERS: Caspe
www.eeworm.com/read/242732/4540198
h loopback.h
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS TCP/IP protocol driver
* FILE: include/loopback.h
* PURPOSE: Loopback adapter definitions
*/
#ifnd
www.eeworm.com/read/241991/4557029
java loopback.java
// $Id: LOOPBACK.java,v 1.16 2005/08/26 12:26:33 belaban Exp $
package org.jgroups.protocols;
import org.jgroups.Address;
import org.jgroups.Event;
import org.jgroups.Message;
import org.jgroups.st
www.eeworm.com/read/229812/4753441
c loopback.c
/*
* A simple loopback device.
* Handles ICMP Echo-request and UDP sink/discard packets.
*
* Add protocol handlers to `loopback_handler' pointer as required.
*
* The modified (src/dst
www.eeworm.com/read/229812/4753454
h loopback.h
#if !defined(__LOOPBACK_H) && defined(USE_LOOPBACK)
#define __LOOPBACK_H
#ifndef IPPORT_ECHO
#define IPPORT_ECHO 7
#endif
#ifndef IPPORT_DISCARD
#define IPPORT_DISCARD 9
#endif
exte