?? commonrdr.h
字號:
/* $Id: commonrdr.h,v 1.3 2008/02/21 18:21:01 nanard Exp $ *//* MiniUPnP project * (c) 2006-2007 Thomas Bernard * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */#ifndef __COMMONRDR_H__#define __COMMONRDR_H__#include "config.h"/* init and shutdown functions */intinit_redirect(void);voidshutdown_redirect(void);/* get_redirect_rule() gets internal IP and port from * interface, external port and protocl */intget_redirect_rule(const char * ifname, unsigned short eport, int proto, char * iaddr, int iaddrlen, unsigned short * iport, char * desc, int desclen, u_int64_t * packets, u_int64_t * bytes);intget_redirect_rule_by_index(int index, char * ifname, unsigned short * eport, char * iaddr, int iaddrlen, unsigned short * iport, int * proto, char * desc, int desclen, u_int64_t * packets, u_int64_t * bytes);#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -