Go to the source code of this file.
◆ rmsg0_is_error
Test if returned message is ERROR.
Definition at line 44 of file basic.h.
◆ rmsg0_is_ok
Test if returned message is OK.
Definition at line 41 of file basic.h.
◆ rmsg0_msg_auth
Generate a dummy AUTH message.
Definition at line 35 of file basic.h.
◆ rmsg0_msg_noop
Generate a NOOP message.
Definition at line 32 of file basic.h.
◆ rmsg0_msg_quit
Generate a QUIT message.
Definition at line 38 of file basic.h.
◆ rproto_identify_name
Return pointer to possition behind IDENTIFY message body prefix.
Definition at line 52 of file basic.h.
◆ rproto_identify_prefix
#define rproto_identify_prefix |
( |
|
buf, |
|
|
|
pid |
|
) |
| |
Value:((void)((((unsigned char*)(buf))[0] = 1) + \
RBO_H2NB32(&(((unsigned char*)(buf))[1]), (pid))))
Support function to generate IDENTIFY prefix.
Definition at line 55 of file basic.h.
◆ RPROTO_IDENTIFY_PREFIX_LEN
#define RPROTO_IDENTIFY_PREFIX_LEN 5 |
Length of IDENTIFY message body prefix.
Definition at line 49 of file basic.h.