diff options
Diffstat (limited to 'usr/include/netinet/ip.h')
-rw-r--r-- | usr/include/netinet/ip.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usr/include/netinet/ip.h b/usr/include/netinet/ip.h new file mode 100644 index 0000000..4684bfd --- /dev/null +++ b/usr/include/netinet/ip.h @@ -0,0 +1,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 */ |