Searched defs:nla_type (Results 1 - 4 of 4) sorted by relevance

/external/libnl/include/linux/
H A Dnetlink.h129 __u16 nla_type; member in struct:nlattr
133 * nla_type (16 bits)
/external/libnl/lib/
H A Dattr.c449 int nla_type(const struct nlattr *nla) function
451 return nla->nla_type & NLA_TYPE_MASK;
531 int minlen = 0, type = nla_type(nla);
592 int type = nla_type(nla);
595 fprintf(stderr, "Illegal nla->nla_type == 0\n");
671 if (nla_type(nla) == attrtype)
809 nla->nla_type = attrtype;
/external/iproute2/include/linux/
H A Dnetlink.h131 __u16 nla_type; member in struct:nlattr
135 * nla_type (16 bits)
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h163 __u16 nla_type; member in struct:nlattr
167 * nla_type (16 bits)

Completed in 1227 milliseconds