?? aodv_hello.h
字號:
/***************************************************************************** * * Copyright (C) 2001 Uppsala University & Ericsson AB. * Copyright (C) 2003 Simon Fraser University and NewMIC * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Authors: Erik Nordstr鰉, <erik.nordstrom@it.uu.se> * : Peter Lee <peter.lee@shaw.ca> * * *****************************************************************************/#ifndef AODV_HELLO_H#define AODV_HELLO_H#ifndef NS_NO_GLOBALS#include "defs.h"#include "aodv_rrep.h"#include "routing_table.h"#endif /* NS_NO_GLOBALS */#ifndef NS_NO_DECLARATIONSvoid hello_init();void hello_send(void *arg);void hello_process(RREP * hello, int rreplen, unsigned int ifindex);//PL:#ifdef _IPV6void hello_process_non_hello(AODV_msg * aodv_msg, struct in6_addr source, unsigned int ifindex);#elsevoid hello_process_non_hello(AODV_msg * aodv_msg, u_int32_t source, unsigned int ifindex);#endif /* _IPV6 */inline void hello_update_timeout(rt_table_t * rt_entry, long time);#ifdef NS_PORTlong hello_jitter();#endif#endif /* NS_NO_DECLARATIONS */#endif /* AODV_HELLO_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -