Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dattr.h165 #define NLA_PUT(msg, attrtype, attrlen, data) \ argument
179 #define NLA_PUT_TYPE(msg, type, attrtype, value) \ argument
191 #define NLA_PUT_S8(msg, attrtype, value) \ argument
200 #define NLA_PUT_U8(msg, attrtype, value) \ argument
209 #define NLA_PUT_S16(msg, attrtype, value) \ argument
218 #define NLA_PUT_U16(msg, attrtype, value) \ argument
227 #define NLA_PUT_S32(msg, attrtype, value) \ argument
236 #define NLA_PUT_U32(msg, attrtype, value) \ argument
245 #define NLA_PUT_S64(msg, attrtype, value) \ argument
254 #define NLA_PUT_U64(msg, attrtype, value) \ argument
[all …]
/external/libnl/lib/
Dattr.c324 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find()
457 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen) in nla_reserve()
501 int nla_put(struct nl_msg *msg, int attrtype, int datalen, const void *data) in nla_put()
535 int nla_put_data(struct nl_msg *msg, int attrtype, const struct nl_data *data) in nla_put_data()
550 int nla_put_addr(struct nl_msg *msg, int attrtype, struct nl_addr *addr) in nla_put_addr()
571 int nla_put_s8(struct nl_msg *msg, int attrtype, int8_t value) in nla_put_s8()
596 int nla_put_u8(struct nl_msg *msg, int attrtype, uint8_t value) in nla_put_u8()
621 int nla_put_s16(struct nl_msg *msg, int attrtype, int16_t value) in nla_put_s16()
646 int nla_put_u16(struct nl_msg *msg, int attrtype, uint16_t value) in nla_put_u16()
671 int nla_put_s32(struct nl_msg *msg, int attrtype, int32_t value) in nla_put_s32()
[all …]
Dmsg.c233 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/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/rust/crates/quiche/deps/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.c116 int rtnl_act_fill(struct nl_msg *msg, int attrtype, struct rtnl_act *act) in rtnl_act_fill()
/external/mesa3d/src/mesa/vbo/
Dvbo.h143 GLenum16 attrtype[VBO_ATTRIB_MAX]; /**< GL_FLOAT, GL_INT, etc */ member
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.h21 #define nla_nest_start(msg, attrtype) \ argument
/external/iproute2/misc/
Dss.c2112 static void print_skmeminfo(struct rtattr *tb[], int attrtype) in print_skmeminfo()