phys addr arg of 0 must be possible for pt_writemap too (instead of meaning
[minix.git] / servers / inet / generic / psip.h
blob22f38d359ed07856267d62c72260e6483f629c88
1 /*
2 generic/psip.h
4 Public interface to the pseudo IP module
6 Created: Apr 22, 1993 by Philip Homburg
8 Copyright 1995 Philip Homburg
9 */
11 #ifndef PSIP_H
12 #define PSIP_H
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 ));
19 #endif /* PSIP_H */
22 * $PchId: psip.h,v 1.6 2001/04/19 21:16:22 philip Exp $