Module: Nl::Core::Constants

Included in:
Nl::Core
Defined in:
lib/nl/core.rb

Constant Summary collapse

0
12
16
NLM_F_REQUEST =
1
NLM_F_MULTI =
2
NLM_F_ACK =
4
NLM_F_ECHO =
8
NLM_F_DUMP_INTR =
16
NLM_F_DUMP_FILTERED =
32
NLM_F_ROOT =
0x100
NLM_F_MATCH =
0x200
NLM_F_ATOMIC =
0x400
NLM_F_DUMP =
NLM_F_ROOT | NLM_F_MATCH
NLM_F_REPLACE =
0x100
NLM_F_EXCL =
0x200
NLM_F_CREATE =
0x400
NLM_F_APPEND =
0x800
NLMSG_ALIGNTO =
4
NLMSG_HDRLEN =
16
NLMSG_NOOP =
0x1
NLMSG_ERROR =
0x2
NLMSG_DONE =
0x3
NLMSG_OVERRUN =
0x4
NLMSG_MIN_TYPE =
0x10
NLA_F_NESTED =
1 << 15
NLA_F_NET_BYTEORDER =
1 << 14
NLA_TYPE_MASK =
~(NLA_F_NESTED | NLA_F_NET_BYTEORDER)
NLA_ALIGNTO =
4
NLA_HDRLEN =
4