-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrrep.h
More file actions
executable file
·21 lines (16 loc) · 797 Bytes
/
rrep.h
File metadata and controls
executable file
·21 lines (16 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/***************************************************************************
rrep.h - description
-------------------
begin : Wed Aug 6 2003
copyright : (C) 2003 by Luke Klein-Berndt
email : kleinb@nist.gov
***************************************************************************/
/***************************************************************************
Modified by Miguel Catalan Cid - miguel.catcid@gmail.com - Version: Mon Jan 1 2010
***************************************************************************/
#ifndef RREP_H
#define RREP_H
#include "aodv.h"
int recv_rrep(task * tmp_packet);
int gen_rrep(u_int32_t src_ip, u_int32_t dst_ip, unsigned char tos);
#endif