Lines Matching full:member
126 In Classic Netlink :c:member:`nlmsghdr.nlmsg_type` used to identify
130 identify the subsystem, and :c:member:`genlmsghdr.cmd` identifies
149 are initiated by the user. :c:member:`nlmsghdr.nlmsg_flags` should
155 :c:member:`nlmsghdr.nlmsg_seq` should be a set to a monotonically
160 :c:member:`nlmsghdr.nlmsg_seq` of ``0``.
162 :c:member:`nlmsghdr.nlmsg_pid` is the Netlink equivalent of an address.
166 The expected use for :c:member:`genlmsghdr.version` was to allow
176 As previously mentioned :c:member:`nlmsghdr.nlmsg_type` carries
219 is indicated by ``NLM_F_CAPPED`` in :c:member:`nlmsghdr.nlmsg_flags`.
224 :c:member:`nlmsghdr.nlmsg_flags`.
283 The length fields in Netlink (:c:member:`nlmsghdr.nlmsg_len`
284 and :c:member:`nlattr.nla_len`) always *include* the header.
353 the :c:member:`nlmsghdr.nlmsg_type` field.
419 :c:member:`nlmsghdr.nlmsg_pid` is the Netlink equivalent of an address.
427 to leave the :c:member:`nlmsghdr.nlmsg_pid` field initialized to ``0``.
489 The :c:member:`nlmsghdr.nlmsg_seq` may be either zero or a monotonically
609 without breaking each member into an attribute of its own.