Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dattr.h159 #define NLA_PUT(msg, attrtype, attrlen, data) \ argument
173 #define NLA_PUT_TYPE(msg, type, attrtype, value) \ argument
185 #define NLA_PUT_S8(msg, attrtype, value) \ argument
194 #define NLA_PUT_U8(msg, attrtype, value) \ argument
203 #define NLA_PUT_S16(msg, attrtype, value) \ argument
212 #define NLA_PUT_U16(msg, attrtype, value) \ argument
221 #define NLA_PUT_S32(msg, attrtype, value) \ argument
230 #define NLA_PUT_U32(msg, attrtype, value) \ argument
239 #define NLA_PUT_S64(msg, attrtype, value) \ argument
248 #define NLA_PUT_U64(msg, attrtype, value) \ argument
[all …]
/external/libnl/lib/
Dattr.c316 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find()
449 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen) in nla_reserve()
493 int nla_put(struct nl_msg *msg, int attrtype, int datalen, const void *data) in nla_put()
527 int nla_put_data(struct nl_msg *msg, int attrtype, const struct nl_data *data) in nla_put_data()
542 int nla_put_addr(struct nl_msg *msg, int attrtype, struct nl_addr *addr) in nla_put_addr()
563 int nla_put_s8(struct nl_msg *msg, int attrtype, int8_t value) in nla_put_s8()
588 int nla_put_u8(struct nl_msg *msg, int attrtype, uint8_t value) in nla_put_u8()
613 int nla_put_s16(struct nl_msg *msg, int attrtype, int16_t value) in nla_put_s16()
638 int nla_put_u16(struct nl_msg *msg, int attrtype, uint16_t value) in nla_put_u16()
663 int nla_put_s32(struct nl_msg *msg, int attrtype, int32_t value) in nla_put_s32()
[all …]
Dmsg.c226 struct nlattr *nlmsg_find_attr(struct nlmsghdr *nlh, int hdrlen, int attrtype) in nlmsg_find_attr()
/external/cronet/third_party/boringssl/src/crypto/x509/
Dx509_att.c67 int attrtype, const void *data, in X509_ATTRIBUTE_create_by_NID()
81 int attrtype, const void *data, in X509_ATTRIBUTE_create_by_OBJ()
138 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, in X509_ATTRIBUTE_set1_data()
202 void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, int attrtype, in X509_ATTRIBUTE_get0_data()
Dx509_req.c234 int attrtype, const unsigned char *data, in X509_REQ_add1_attr_by_OBJ()
246 int X509_REQ_add1_attr_by_NID(X509_REQ *req, int nid, int attrtype, in X509_REQ_add1_attr_by_NID()
258 int X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int attrtype, in X509_REQ_add1_attr_by_txt()
/external/boringssl/src/crypto/x509/
Dx509_att.c67 int attrtype, const void *data, in X509_ATTRIBUTE_create_by_NID()
81 int attrtype, const void *data, in X509_ATTRIBUTE_create_by_OBJ()
138 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, in X509_ATTRIBUTE_set1_data()
202 void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, int attrtype, in X509_ATTRIBUTE_get0_data()
Dx509_req.c234 int attrtype, const unsigned char *data, in X509_REQ_add1_attr_by_OBJ()
246 int X509_REQ_add1_attr_by_NID(X509_REQ *req, int nid, int attrtype, in X509_REQ_add1_attr_by_NID()
258 int X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int attrtype, in X509_REQ_add1_attr_by_txt()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_att.c204 int attrtype, const void *data, in X509_ATTRIBUTE_create_by_NID()
219 int attrtype, const void *data, in X509_ATTRIBUTE_create_by_OBJ()
274 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, in X509_ATTRIBUTE_set1_data()
338 int attrtype, void *unused) in X509_ATTRIBUTE_get0_data()
Dx509_req.c257 const ASN1_OBJECT *obj, int attrtype, in X509_REQ_add1_attr_by_OBJ()
267 int nid, int attrtype, in X509_REQ_add1_attr_by_NID()
277 const char *attrname, int attrtype, in X509_REQ_add1_attr_by_txt()
/external/tcpdump/
Dprint-radius.c607 static const struct attrtype { struct
608 const char *name; /* Attribute name */
609 const char **subtypes; /* Standard Values (if any) */
610 u_char siz_subtypes; /* Size of total standard values */
611 u_char first_subtype; /* First standard value is 0 or 1 */
612 void (*print_func)(netdissect_options *, 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/libnl/lib/route/
Dact.c110 int rtnl_act_fill(struct nl_msg *msg, int attrtype, struct rtnl_act *act) in rtnl_act_fill()
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dtfrt_op_kernel.cc58 tfrt::OpAttrType attrtype; in GetAttr() local
/external/mesa3d/src/mesa/vbo/
Dvbo.h143 GLenum16 attrtype[VBO_ATTRIB_MAX]; /**< GL_FLOAT, GL_INT, etc */ member
/external/iw/
Diw.h15 #define nla_nest_start(msg, attrtype) \ argument
/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()
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h81796 int attrtype; member
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h114941 int attrtype; member
Dvmlinux.h114941 int attrtype; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h101762 int attrtype; member
Dvmlinux_510.h101762 int attrtype; member