source: trunk/minix/servers/inet/generic/psip.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 435 bytes
Line 
1/*
2generic/psip.h
3
4Public interface to the pseudo IP module
5
6Created: Apr 22, 1993 by Philip Homburg
7
8Copyright 1995 Philip Homburg
9*/
10
11#ifndef PSIP_H
12#define PSIP_H
13
14void psip_prep ARGS(( void ));
15void psip_init ARGS(( void ));
16int psip_enable ARGS(( int port_nr, int ip_port_nr ));
17int 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.