Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
uapi
linux
un.h
Go to the documentation of this file.
1
#ifndef _LINUX_UN_H
2
#define _LINUX_UN_H
3
4
#include <linux/socket.h>
5
6
#define UNIX_PATH_MAX 108
7
8
struct
sockaddr_un
{
9
__kernel_sa_family_t
sun_family
;
/* AF_UNIX */
10
char
sun_path
[
UNIX_PATH_MAX
];
/* pathname */
11
};
12
13
#endif
/* _LINUX_UN_H */
Generated on Thu Jan 10 2013 14:53:54 for Linux Kernel by
1.8.2