Module: Nl

Includes:
Core, Genl
Defined in:
lib/nl.rb,
lib/nl/core.rb,
lib/nl/genl.rb,
lib/nl/endian.rb,
lib/nl/family.rb,
lib/nl/socket.rb,
lib/nl/decoder.rb,
lib/nl/encoder.rb,
lib/nl/version.rb,
lib/nl/protocols/raw.rb,
lib/nl/protocols/genl.rb

Defined Under Namespace

Modules: Core, Endian, Genl, Protocols Classes: Decoder, Encoder, Error, Family, Socket

Constant Summary collapse

VERSION =
'0.2.4'

Constants included from Genl::Constants

Genl::Constants::CTRL_ATTR_FAMILY_ID, Genl::Constants::CTRL_ATTR_FAMILY_NAME, Genl::Constants::CTRL_ATTR_HDRSIZE, Genl::Constants::CTRL_ATTR_MAXATTR, Genl::Constants::CTRL_ATTR_MCAST_GROUPS, Genl::Constants::CTRL_ATTR_MCAST_GRP_ID, Genl::Constants::CTRL_ATTR_MCAST_GRP_NAME, Genl::Constants::CTRL_ATTR_MCAST_GRP_UNSPEC, Genl::Constants::CTRL_ATTR_OPS, Genl::Constants::CTRL_ATTR_OP_FLAGS, Genl::Constants::CTRL_ATTR_OP_ID, Genl::Constants::CTRL_ATTR_OP_UNSPEC, Genl::Constants::CTRL_ATTR_UNSPEC, Genl::Constants::CTRL_ATTR_VERSION, Genl::Constants::CTRL_CMD_DELFAMILY, Genl::Constants::CTRL_CMD_DELMCAST_GRP, Genl::Constants::CTRL_CMD_DELOPS, Genl::Constants::CTRL_CMD_GETFAMILY, Genl::Constants::CTRL_CMD_GETMCAST_GRP, Genl::Constants::CTRL_CMD_GETOPS, Genl::Constants::CTRL_CMD_NEWFAMILY, Genl::Constants::CTRL_CMD_NEWMCAST_GRP, Genl::Constants::CTRL_CMD_NEWOPS, Genl::Constants::CTRL_CMD_UNSPEC, Genl::Constants::GENL_HDRLEN, Genl::Constants::GENL_ID_CTRL, Genl::Constants::GENL_ID_GENERATE, Genl::Constants::GENL_ID_PMCRAID, Genl::Constants::GENL_ID_VFS_DQUOT, Genl::Constants::GENL_MAX_ID, Genl::Constants::GENL_MIN_ID, Genl::Constants::GENL_NAMSIZ

Constants included from Core::Constants

Core::Constants::NETLINK_GENERIC, Core::Constants::NETLINK_NETFILTER, Core::Constants::NETLINK_ROUTE, Core::Constants::NLA_ALIGNTO, Core::Constants::NLA_F_NESTED, Core::Constants::NLA_F_NET_BYTEORDER, Core::Constants::NLA_HDRLEN, Core::Constants::NLA_TYPE_MASK, Core::Constants::NLMSG_ALIGNTO, Core::Constants::NLMSG_DONE, Core::Constants::NLMSG_ERROR, Core::Constants::NLMSG_HDRLEN, Core::Constants::NLMSG_MIN_TYPE, Core::Constants::NLMSG_NOOP, Core::Constants::NLMSG_OVERRUN, Core::Constants::NLM_F_ACK, Core::Constants::NLM_F_APPEND, Core::Constants::NLM_F_ATOMIC, Core::Constants::NLM_F_CREATE, Core::Constants::NLM_F_DUMP, Core::Constants::NLM_F_DUMP_FILTERED, Core::Constants::NLM_F_DUMP_INTR, Core::Constants::NLM_F_ECHO, Core::Constants::NLM_F_EXCL, Core::Constants::NLM_F_MATCH, Core::Constants::NLM_F_MULTI, Core::Constants::NLM_F_REPLACE, Core::Constants::NLM_F_REQUEST, Core::Constants::NLM_F_ROOT