Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dattr.h143 #define NLA_PUT(msg, attrtype, attrlen, data) \ argument
157 #define NLA_PUT_TYPE(msg, type, attrtype, value) \ argument
169 #define NLA_PUT_U8(msg, attrtype, value) \ argument
178 #define NLA_PUT_U16(msg, attrtype, value) \ argument
187 #define NLA_PUT_U32(msg, attrtype, value) \ argument
196 #define NLA_PUT_U64(msg, attrtype, value) \ argument
205 #define NLA_PUT_STRING(msg, attrtype, value) \ argument
213 #define NLA_PUT_FLAG(msg, attrtype) \ argument
222 #define NLA_PUT_MSECS(msg, attrtype, msecs) \ argument
231 #define NLA_PUT_ADDR(msg, attrtype, addr) \ argument
[all …]
/external/libnl/lib/
Dattr.c665 struct nlattr *nla_find(struct nlattr *head, int len, int attrtype) in nla_find()
798 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen) in nla_reserve()
840 int nla_put(struct nl_msg *msg, int attrtype, int datalen, const void *data) in nla_put()
870 int nla_put_data(struct nl_msg *msg, int attrtype, struct nl_data *data) in nla_put_data()
885 int nla_put_addr(struct nl_msg *msg, int attrtype, struct nl_addr *addr) in nla_put_addr()
906 int nla_put_u8(struct nl_msg *msg, int attrtype, uint8_t value) in nla_put_u8()
931 int nla_put_u16(struct nl_msg *msg, int attrtype, uint16_t value) in nla_put_u16()
956 int nla_put_u32(struct nl_msg *msg, int attrtype, uint32_t value) in nla_put_u32()
981 int nla_put_u64(struct nl_msg *msg, int attrtype, uint64_t value) in nla_put_u64()
1016 int nla_put_string(struct nl_msg *msg, int attrtype, const char *str) in nla_put_string()
[all …]
Dmsg.c337 struct nlattr *nlmsg_find_attr(struct nlmsghdr *nlh, int hdrlen, int attrtype) in nlmsg_find_attr()
/external/tcpdump/
Dprint-radius.c368 struct attrtype { const char *name; /* Attribute name */ struct
369 const char **subtypes; /* Standard Values (if any) */
370 u_char siz_subtypes; /* Size of total standard values */
371 u_char first_subtype; /* First standard value is 0 or 1 */
372 void (*print_func)(netdissect_options *, register 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
131 GLenum attrtype[VBO_ATTRIB_MAX]; member
Dvbo_exec.h105 GLenum attrtype[VBO_ATTRIB_MAX]; member
/external/iproute2/ip/
Diplink_vlan.c50 int attrtype) in vlan_parse_qos_map()
/external/boringssl/src/crypto/x509/
Dx509_att.c279 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len) in X509_ATTRIBUTE_set1_data()
/external/iproute2/misc/
Dss.c1891 static void print_skmeminfo(struct rtattr *tb[], int attrtype) in print_skmeminfo()