Line | |
---|
1 | /*
|
---|
2 | generic/psip.h
|
---|
3 |
|
---|
4 | Public interface to the pseudo IP module
|
---|
5 |
|
---|
6 | Created: Apr 22, 1993 by Philip Homburg
|
---|
7 |
|
---|
8 | Copyright 1995 Philip Homburg
|
---|
9 | */
|
---|
10 |
|
---|
11 | #ifndef PSIP_H
|
---|
12 | #define PSIP_H
|
---|
13 |
|
---|
14 | void psip_prep ARGS(( void ));
|
---|
15 | void psip_init ARGS(( void ));
|
---|
16 | int psip_enable ARGS(( int port_nr, int ip_port_nr ));
|
---|
17 | int psip_send ARGS(( int port_nr, ipaddr_t dest, acc_t *pack ));
|
---|
18 |
|
---|
19 | #endif /* PSIP_H */
|
---|
20 |
|
---|
21 | /*
|
---|
22 | * $PchId: psip.h,v 1.6 2001/04/19 21:16:22 philip Exp $
|
---|
23 | */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.