poser
A C framework for POsix SERvices
Loading...
Searching...
No Matches
proto.h
Go to the documentation of this file.
1
#ifndef POSER_CORE_PROTO_H
2
#define POSER_CORE_PROTO_H
3
9
typedef
enum
PSC_Proto
10
{
11
PSC_P_ANY
,
12
PSC_P_IPv4
,
13
PSC_P_IPv6
14
}
PSC_Proto
;
15
16
#endif
PSC_Proto
PSC_Proto
Protocol to use for TCP connections.
Definition:
proto.h:10
PSC_P_IPv4
@ PSC_P_IPv4
use only IPv4
Definition:
proto.h:12
PSC_P_ANY
@ PSC_P_ANY
use both IPv4 and IPv6 as available
Definition:
proto.h:11
PSC_P_IPv6
@ PSC_P_IPv6
use only IPv6
Definition:
proto.h:13
poser
core
proto.h
Generated by
1.9.6