blob: c7360907cf91340bd337b3935eb2f73acd343713 [file] [log] [blame]
/*
* This file is auto-generated. Modifications will be lost.
*
* See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
* for more information.
*/
#ifndef _IP6T_MH_H
#define _IP6T_MH_H
#include <linux/types.h>
struct ip6t_mh {
__u8 types[2];
__u8 invflags;
};
#define IP6T_MH_INV_TYPE 0x01
#define IP6T_MH_INV_MASK 0x01
#endif