#include <sys/types.h>
Go to the source code of this file.
Protocol families definitions | |
| Same as address families. | |
| #define | PF_INET AF_INET |
| #define | PF_INET6 AF_INET6 |
Address families definitions | |
| enum | |
Typedefs | |
| typedef enum sock_type | sock_type_t |
| Socket types. | |
| typedef int32_t | socklen_t |
| Type definition of the socket length. | |
Enumerations | |
| enum | sock_type { SOCK_STREAM = 1, SOCK_DGRAM = 2, SOCK_RAW = 3 } |
| Socket types. More... | |
This is a part of the network application library.
Definition in file socket_codes.h.
1.4.7