Go to the source code of this file.
Test if returned message is ERROR.
Definition at line 44 of file basic.h.
Test if returned message is OK.
Definition at line 41 of file basic.h.
Generate a dummy AUTH message.
Definition at line 35 of file basic.h.
Generate a NOOP message.
Definition at line 32 of file basic.h.
Generate a QUIT message.
Definition at line 38 of file basic.h.
Return pointer to possition behind IDENTIFY message body prefix.
Definition at line 52 of file basic.h.
#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.
#define RPROTO_IDENTIFY_PREFIX_LEN 5 |
Length of IDENTIFY message body prefix.
Definition at line 49 of file basic.h.