Linux Kernel
3.7.1
|
#include <asm/types.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/poll.h>
#include <linux/netlink.h>
#include <linux/rtnetlink.h>
#include <arpa/inet.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <time.h>
#include <getopt.h>
#include <linux/connector.h>
Go to the source code of this file.
Macros | |
#define | DEBUG |
#define | NETLINK_CONNECTOR 11 |
#define | CN_TEST_IDX CN_NETLINK_USERS + 3 |
#define | CN_TEST_VAL 0x456 |
#define | ulog(f, a...) fprintf(stdout, f, ##a) |
Functions | |
int | main (int argc, char *argv[]) |
#define CN_TEST_IDX CN_NETLINK_USERS + 3 |