-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrerr.h
More file actions
executable file
·19 lines (16 loc) · 763 Bytes
/
rerr.h
File metadata and controls
executable file
·19 lines (16 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/***************************************************************************
rerr.h - description
-------------------
begin : Mon Aug 11 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 RERR_H
#define RERR_H
#include "aodv.h"
int gen_rerr(u_int32_t brk_dst_ip);
int recv_rerr(task * tmp_packet);
#endif