|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/types.h>#include <linux/capability.h>#include <linux/errno.h>#include <linux/kernel.h>#include <linux/poll.h>#include <linux/fcntl.h>#include <linux/skbuff.h>#include <linux/socket.h>#include <linux/ioctl.h>#include <linux/file.h>#include <linux/compat.h>#include <linux/gfp.h>#include <linux/uaccess.h>#include <net/sock.h>#include <linux/isdn/capilli.h>#include "cmtp.h"Go to the source code of this file.
Functions | |
| int | cmtp_init_sockets (void) |
| void | cmtp_cleanup_sockets (void) |
1.8.2