#include "common.h"
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
#include <pthread.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/utsname.h>
#include <sys/types.h>
#include <netinet/tcp.h>
#include <unistd.h>
#include <uuid/uuid.h>
#include <sys/time.h>
#include <time.h>
#include <stdint.h>
#include <limits.h>
#include <inttypes.h>
#include <stdbool.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <poll.h>
#include <sys/uio.h>
#include <libgearman/visibility.h>
#include <libgearman/configure.h>
#include <libgearman/constants.h>
#include <libgearman/strerror.h>
#include <libgearman/core.h>
#include <libgearman/task.h>
#include <libgearman/job.h>
#include <libgearman/worker.h>
#include <libgearman/client.h>
Go to the source code of this file.
Functions | |
static uint64_t | swap64 (uint64_t in) |
uint64_t | ntohll (uint64_t value) |
uint64_t | htonll (uint64_t value) |
static uint64_t swap64 | ( | uint64_t | in | ) | [inline, static] |
Definition at line 19 of file byteorder.c.
uint64_t ntohll | ( | uint64_t | value | ) |
Definition at line 38 of file byteorder.c.
uint64_t htonll | ( | uint64_t | value | ) |
Definition at line 43 of file byteorder.c.