summaryrefslogtreecommitdiff
path: root/klibc/include/netinet/ip.h
blob: 8aecbe66a39fb5925aa376b016ac4265bb709a18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * netinet/ip.h
 */

#ifndef _NETINET_IP_H
#define _NETINET_IP_H

#include <endian.h>
#include <linux/ip.h>

#define IP_DF		0x4000		/* Flag: "Don't Fragment" */

#endif /* _NETINET_IP_H */