Searched defs:nlmsghdr (Results 1 – 2 of 2) sorted by relevance
84 struct nlmsghdr struct86 u32 nlmsg_len;87 u16 nlmsg_type;88 u16 nlmsg_flags;89 u32 nlmsg_seq;90 u32 nlmsg_pid;
97 struct nlmsghdr { struct98 uint32_t nlmsg_len; /* Length of message including header */99 uint16_t nlmsg_type; /* Message type identifier */100 uint16_t nlmsg_flags; /* Flags (NLM_F_) */101 uint32_t nlmsg_seq; /* Sequence number */102 uint32_t nlmsg_pid; /* Sending process port ID */