include/uapi/linux/if_x25.h

Source file repositories/reference/linux-study-clean/include/uapi/linux/if_x25.h

File Facts

System
Linux kernel
Corpus path
include/uapi/linux/if_x25.h
Extension
.h
Size
896 bytes
Lines
28
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _UAPI_IF_X25_H
#define _UAPI_IF_X25_H

#include <linux/types.h>

/* Documentation/networking/x25-iface.rst */
#define X25_IFACE_DATA		0x00
#define X25_IFACE_CONNECT	0x01
#define X25_IFACE_DISCONNECT	0x02
#define X25_IFACE_PARAMS	0x03

#endif /* _UAPI_IF_X25_H */

Annotation

Implementation Notes