/**@class android.net.netlink.StructNlMsgHdr
@extends java.lang.Object

 struct nlmsghdr

 see <linux_src>/include/uapi/linux/netlink.h

 @hide
*/
var StructNlMsgHdr = {

/***/
STRUCT_SIZE : "16",
/***/
NLM_F_REQUEST : "1",
/***/
NLM_F_MULTI : "2",
/***/
NLM_F_ACK : "4",
/***/
NLM_F_ECHO : "8",
/***/
NLM_F_ROOT : "256",
/***/
NLM_F_MATCH : "512",
/***/
NLM_F_DUMP : "768",
/***/
NLM_F_REPLACE : "256",
/***/
NLM_F_EXCL : "512",
/***/
NLM_F_CREATE : "1024",
/***/
NLM_F_APPEND : "2048",
/***/
nlmsg_len : "null",
/***/
nlmsg_type : "null",
/***/
nlmsg_flags : "null",
/***/
nlmsg_seq : "null",
/***/
nlmsg_pid : "null",
/**
*/
stringForNlMsgFlags : function(  ) {},

/**
*/
hasAvailableSpace : function(  ) {},

/**
*/
parse : function(  ) {},

/**
*/
pack : function(  ) {},

/**
*/
toString : function(  ) {},


};