#include <sys/socket.h>
#include <sys/un.h>
#include "../../ip_addr.h"


Go to the source code of this file.
Data Structures | |
| union | my_sock_address |
| struct | my_socket_address |
| union | sockaddr_dtgram |
| union because we support 3 types of sockaddr : UNIX, IPv4 and IPv6 More... | |
Defines | |
| #define | DEFAULT_MI_REPLY_IDENT "\t" |
| #define | MAX_MI_FILENAME 128 |
| #define | MI_ATTR_VAL_SEP1 ':' |
| #define | MI_ATTR_VAL_SEP2 ':' |
| #define | MI_CHILD_NO 1 |
| #define | MI_CMD_SEPARATOR ':' |
Definition in file mi_datagram.h.
| #define DEFAULT_MI_REPLY_IDENT "\t" |
Definition at line 42 of file mi_datagram.h.
| #define MAX_MI_FILENAME 128 |
maximum size for the socket reply name
Definition at line 48 of file mi_datagram.h.
| #define MI_ATTR_VAL_SEP1 ':' |
the 2-chars separator between name and value
Definition at line 45 of file mi_datagram.h.
| #define MI_ATTR_VAL_SEP2 ':' |
the 2-chars separator between name and value
Definition at line 46 of file mi_datagram.h.
| #define MI_CHILD_NO 1 |
size of buffer used by parser to read and build the MI tree
Definition at line 49 of file mi_datagram.h.
| #define MI_CMD_SEPARATOR ':' |
Definition at line 43 of file mi_datagram.h.
1.5.6