#include <arpa/inet.h>
Go to the source code of this file.
|
#define | CAREFUL_ALIGNMENT 1 |
#define | CVAL(buf, pos) |
#define | CVAL_NC(buf, pos) |
#define | PVAL(buf, pos) |
#define | SCVAL(buf, pos, val) |
#define | SVAL(buf, pos) |
#define | SVALS(buf, pos) |
#define | IVAL(buf, pos) |
#define | IVALS(buf, pos) |
#define | LVAL(buf, pos) |
#define | LVALS(buf, pos) |
#define | SSVALX(buf, pos, val) |
#define | SIVALX(buf, pos, val) |
#define | SLVALX(buf, pos, val) |
#define | SSVAL(buf, pos, val) |
#define | SSVALS(buf, pos, val) |
#define | SIVAL(buf, pos, val) |
#define | SIVALS(buf, pos, val) |
#define | SLVAL(buf, pos, val) |
#define | SLVALS(buf, pos, val) |
#define | SREV(x) |
#define | IREV(x) |
#define | LREV(x) |
#define | RSVAL(buf, pos) |
#define | RSVALS(buf, pos) |
#define | RIVAL(buf, pos) |
#define | RIVALS(buf, pos) |
#define | RLVAL(buf, pos) |
#define | RLVALS(buf, pos) |
#define | RSSVAL(buf, pos, val) |
#define | RSSVALS(buf, pos, val) |
#define | RSIVAL(buf, pos, val) |
#define | RSIVALS(buf, pos, val) |
#define | RSLVAL(buf, pos, val) |
#define | RSLVALS(buf, pos, val) |
#define | ALIGN4(p, base) |
#define | ALIGN2(p, base) |
◆ ALIGN2
#define ALIGN2 |
( |
| p, |
|
|
| base ) |
Value:((
p) + ((2 - (PTR_DIFF((
p), (
base)) & 1)) & 1))
static struct event_base * base
Definition netatalk.c:71
static gcry_mpi_t p
Definition uams_dhx2_pam.c:39
◆ ALIGN4
#define ALIGN4 |
( |
| p, |
|
|
| base ) |
Value:((
p) + ((4 - (PTR_DIFF((
p), (
base)) & 3)) & 3))
◆ CAREFUL_ALIGNMENT
#define CAREFUL_ALIGNMENT 1 |
◆ CVAL
#define CVAL |
( |
| buf, |
|
|
| pos ) |
Value:((unsigned)(((
const unsigned char *)(
buf))[pos]))
static char buf[MAXPATHLEN+1]
Definition afppasswd.c:66
◆ CVAL_NC
#define CVAL_NC |
( |
| buf, |
|
|
| pos ) |
Value:(((
unsigned char *)(
buf))[pos])
◆ IREV
Value:
#define SREV(x)
Definition byteorder.h:194
◆ IVAL
#define IVAL |
( |
| buf, |
|
|
| pos ) |
Value:
#define SVAL(buf, pos)
Definition byteorder.h:140
◆ IVALS
#define IVALS |
( |
| buf, |
|
|
| pos ) |
Value:
#define IVAL(buf, pos)
Definition byteorder.h:142
◆ LREV
Value:
#define IREV(x)
Definition byteorder.h:195
◆ LVAL
#define LVAL |
( |
| buf, |
|
|
| pos ) |
◆ LVALS
#define LVALS |
( |
| buf, |
|
|
| pos ) |
Value:
#define LVAL(buf, pos)
Definition byteorder.h:144
◆ PVAL
#define PVAL |
( |
| buf, |
|
|
| pos ) |
Value:
#define CVAL(buf, pos)
Definition byteorder.h:110
◆ RIVAL
#define RIVAL |
( |
| buf, |
|
|
| pos ) |
◆ RIVALS
#define RIVALS |
( |
| buf, |
|
|
| pos ) |
Value:
#define IVALS(buf, pos)
Definition byteorder.h:143
◆ RLVAL
#define RLVAL |
( |
| buf, |
|
|
| pos ) |
Value:
#define LREV(x)
Definition byteorder.h:196
◆ RLVALS
#define RLVALS |
( |
| buf, |
|
|
| pos ) |
Value:
#define LVALS(buf, pos)
Definition byteorder.h:145
◆ RSIVAL
#define RSIVAL |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
Value:
#define SIVAL(buf, pos, val)
Definition byteorder.h:153
◆ RSIVALS
#define RSIVALS |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
Value:
#define SIVALS(buf, pos, val)
Definition byteorder.h:154
◆ RSLVAL
#define RSLVAL |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
Value:
#define SLVAL(buf, pos, val)
Definition byteorder.h:155
◆ RSLVALS
#define RSLVALS |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
Value:
#define SLVALS(buf, pos, val)
Definition byteorder.h:156
◆ RSSVAL
#define RSSVAL |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
Value:
#define SSVAL(buf, pos, val)
Definition byteorder.h:151
◆ RSSVALS
#define RSSVALS |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
Value:
#define SSVALS(buf, pos, val)
Definition byteorder.h:152
◆ RSVAL
#define RSVAL |
( |
| buf, |
|
|
| pos ) |
◆ RSVALS
#define RSVALS |
( |
| buf, |
|
|
| pos ) |
Value:
#define SVALS(buf, pos)
Definition byteorder.h:141
◆ SCVAL
#define SCVAL |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
Value:
#define CVAL_NC(buf, pos)
Definition byteorder.h:111
◆ SIVAL
#define SIVAL |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
Value:
#define SIVALX(buf, pos, val)
Definition byteorder.h:148
◆ SIVALS
#define SIVALS |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
◆ SIVALX
#define SIVALX |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
Value:
#define SSVALX(buf, pos, val)
Definition byteorder.h:147
◆ SLVAL
#define SLVAL |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
Value:
#define SLVALX(buf, pos, val)
Definition byteorder.h:149
◆ SLVALS
#define SLVALS |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
◆ SLVALX
#define SLVALX |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
◆ SREV
Value:((((x)&0xFF)<<8) | (((x)>>8)&0xFF))
◆ SSVAL
#define SSVAL |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
◆ SSVALS
#define SSVALS |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
◆ SSVALX
#define SSVALX |
( |
| buf, |
|
|
| pos, |
|
|
| val ) |
◆ SVAL
#define SVAL |
( |
| buf, |
|
|
| pos ) |
Value:
#define PVAL(buf, pos)
Definition byteorder.h:112
◆ SVALS
#define SVALS |
( |
| buf, |
|
|
| pos ) |