Revision f932b6ce slirp/socket.h

b/slirp/socket.h
71 71
#define SS_FACCEPTCONN		0x100	/* Socket is accepting connections from a host on the internet */
72 72
#define SS_FACCEPTONCE		0x200	/* If set, the SS_FACCEPTCONN socket will die after one accept */
73 73

  
74
#define SS_PERSISTENT_MASK	0xf000	/* Unremovable state bits */
75

  
74 76
extern struct socket tcb;
75 77

  
76 78
struct socket * solookup _P((struct socket *, struct in_addr, u_int, struct in_addr, u_int));

Also available in: Unified diff