代码搜索:RIP
找到约 1,432 项符合「RIP」的源代码
代码结果 1,432
www.eeworm.com/read/458325/7298997
ned rip.ned
simple RIP
gates:
out: out[];
in: in[];
endsimple
module rip
submodules:
RIP: RIP;
display: "i=abstract/router;p=72,80";
RIP1: RIP;
disp
www.eeworm.com/read/458325/7298998
msg~ rip.msg~
//this is the message file for RIP routing protocol
//named by Bisu[Shield]
message ask
{
fields:
int source;
}
message update
{
fields:
int count = 1;
int thisAdd[100];
int destAdd[100];
www.eeworm.com/read/458325/7299004
cc rip.cc
/*********************************************************************************************************************
(c) 2008 ESL of CCNU
------------------------------------------------------------
www.eeworm.com/read/458325/7299005
o rip.o
www.eeworm.com/read/455050/7378399
d rip.d
# struct netinfo {
# struct sockaddr rip_dst; /* destination net/host */
# int rip_metric; /* cost of route */
# };
# struct rip {
# u_char rip_cmd; /* request/response */
# u_char rip_vers; /* pro
www.eeworm.com/read/452710/7435994
h rip.h
/* rip.h */
#if !defined(_RIP_H_) && defined(RIP)
#define _RIP_H_
#define RIPHSIZE 4 /* size of the header in octets */
#define RIP_VERSION 1 /* RIP version number */
#define AF_INET 2 /*
www.eeworm.com/read/449996/7491898
c rip.c
/* This file contains code to implement the Routing Information Protocol (RIP)
* and is derived from 4.2BSD code. Mike Karels of Berkeley has stated on
* TCP-IP that the code may be freely used as
www.eeworm.com/read/449996/7491966
h rip.h
#ifndef _RIP_H
#define _RIP_H
/* Routing Information Protocol (RIP)
*
* This code is derived from the 4.2 BSD version which was
* used as a spec since no formal specification is known to exi
www.eeworm.com/read/437619/7744673
c rip.c
/* This file contains code to implement the Routing Information Protocol (RIP)
* and is derived from 4.2BSD code. Mike Karels of Berkeley has stated on
* TCP-IP that the code may be freely used as
www.eeworm.com/read/437619/7744739
h rip.h
#ifndef _RIP_H
#define _RIP_H
/* Routing Information Protocol (RIP)
*
* This code is derived from the 4.2 BSD version which was
* used as a spec since no formal specification is known to exi