PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
socket_type.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  socket_type_t { SOCKET_SEQPACKET = 1 << 0 , SOCKET_TYPE_AMOUNT = 1 }
 Socket type enumeration. More...
 

Functions

const char * socket_type_to_string (socket_type_t type)
 Convert a socket type to a string.