Last change
on this file since 52560 was 48001, checked in by vboxsync, 11 years ago |
Move proxy sources from Devices/Network/lwip-new/vbox
to NetworkServices/NAT where they belong.
|
-
Property svn:eol-style
set to
native
|
File size:
358 bytes
|
Line | |
---|
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_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.