source:
vbox/trunk/src/VBox/NetworkServices/NAT/pxtcp.h@
52822
最後變更 在這個檔案從52822是 48001,由 提交於 11 年 前 | |
---|---|
|
|
檔案大小: 358 位元組 |
行 | |
---|---|
1 | /* -*- indent-tabs-mode: nil; -*- */ |
2 | #ifndef _pxtcp_h_ |
3 | #define _pxtcp_h_ |
4 | |
5 | struct pxtcp; |
6 | struct fwspec; |
7 | |
8 | struct pxtcp *pxtcp_create_forwarded(SOCKET); |
9 | void pxtcp_cancel_forwarded(struct pxtcp *); |
10 | |
11 | void pxtcp_pcb_connect(struct pxtcp *, const struct fwspec *); |
12 | |
13 | int pxtcp_pmgr_add(struct pxtcp *); |
14 | void pxtcp_pmgr_del(struct pxtcp *); |
15 | |
16 | #endif /* _pxtcp_h_ */ |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器