My Kernel
v0.1.0
ip.h
1
#ifndef UAPI_KERNEL_NET_IP_H
2
#define UAPI_KERNEL_NET_IP_H
3
11
enum
ip_protocol {
12
IPPROTO_ICMP = 1,
13
IPPROTO_TCP = 6,
14
IPPROTO_UDP = 17,
15
};
16
17
#endif
/* UAPI_KERNEL_NET_IP_H */
include
uapi
kernel
net
ip.h
Generated by
1.9.5