Home
last modified time | relevance | path

Searched defs:attrtype (Results 1 – 11 of 11) sorted by relevance

/external/libnl/include/netlink/
Dattr.h145 #define NLA_PUT(msg, attrtype, attrlen, data) \ argument
159 #define NLA_PUT_TYPE(msg, type, attrtype, value) \ argument
171 #define NLA_PUT_U8(msg, attrtype, value) \ argument
180 #define NLA_PUT_U16(msg, attrtype, value) \ argument
189 #define NLA_PUT_U32(msg, attrtype, value) \ argument
198 #define NLA_PUT_U64(msg, attrtype, value) \ argument
207 #define NLA_PUT_STRING(msg, attrtype, value) \ argument
215 #define NLA_PUT_FLAG(msg, attrtype) \ argument
224 #define NLA_PUT_MSECS(msg, attrtype, msecs) \ argument
233 #define NLA_PUT_ADDR(msg, attrtype, addr) \ argument
[all …]
/external/libnl/lib/
Dattr.c323 struct nlattr *nla_find(struct nlattr *head, int len, int attrtype) in nla_find()
456 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen) in nla_reserve()
500 int nla_put(struct nl_msg *msg, int attrtype, int datalen, const void *data) in nla_put()
533 int nla_put_data(struct nl_msg *msg, int attrtype, struct nl_data *data) in nla_put_data()
548 int nla_put_addr(struct nl_msg *msg, int attrtype, struct nl_addr *addr) in nla_put_addr()
569 int nla_put_u8(struct nl_msg *msg, int attrtype, uint8_t value) in nla_put_u8()
594 int nla_put_u16(struct nl_msg *msg, int attrtype, uint16_t value) in nla_put_u16()
619 int nla_put_u32(struct nl_msg *msg, int attrtype, uint32_t value) in nla_put_u32()
644 int nla_put_u64(struct nl_msg *msg, int attrtype, uint64_t value) in nla_put_u64()
680 int nla_put_string(struct nl_msg *msg, int attrtype, const char *str) in nla_put_string()
[all …]
Dmsg.c231 struct nlattr *nlmsg_find_attr(struct nlmsghdr *nlh, int hdrlen, int attrtype) in nlmsg_find_attr()
/external/tcpdump/
Dprint-radius.c375 static struct attrtype { struct
376 const char *name; /* Attribute name */
377 const char **subtypes; /* Standard Values (if any) */
378 u_char siz_subtypes; /* Size of total standard values */
379 u_char first_subtype; /* First standard value is 0 or 1 */
380 void (*print_func)(netdissect_options *, register const u_char *, u_int, u_short);
/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParserFactory.java193 HtmlParser.ATTR_TYPE attrtype, in createParserInAttribute()
/external/mesa3d/src/mesa/vbo/
Dvbo_save.h66 GLenum attrtype[VBO_ATTRIB_MAX]; member
132 GLenum attrtype[VBO_ATTRIB_MAX]; /**< GL_FLOAT, GL_INT, etc */ member
Dvbo_exec.h106 GLenum attrtype[VBO_ATTRIB_MAX]; /**< GL_FLOAT, GL_DOUBLE, GL_INT, etc */ member
/external/iproute2/ip/
Diplink_vlan.c52 int attrtype) in vlan_parse_qos_map()
/external/boringssl/src/crypto/x509/
Dx509_att.c287 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, in X509_ATTRIBUTE_set1_data()
/external/libnl/lib/route/
Dact.c105 int rtnl_act_fill(struct nl_msg *msg, int attrtype, struct rtnl_act *act) in rtnl_act_fill()
/external/iproute2/misc/
Dss.c2112 static void print_skmeminfo(struct rtattr *tb[], int attrtype) in print_skmeminfo()