| /external/libnl/include/netlink/ | 
| D | attr.h | 159 #define NLA_PUT(msg, attrtype, attrlen, data) \  argument173 #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/ | 
| D | attr.c | 316 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 …]
 
 | 
| D | msg.c | 226 struct nlattr *nlmsg_find_attr(struct nlmsghdr *nlh, int hdrlen, int attrtype)  in nlmsg_find_attr()
 | 
| /external/cronet/third_party/boringssl/src/crypto/x509/ | 
| D | x509_att.c | 67                                              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()
 
 | 
| D | x509_req.c | 234                               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/ | 
| D | x509_att.c | 67                                              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()
 
 | 
| D | x509_req.c | 234                               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/ | 
| D | x509_att.c | 204                                              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()
 
 | 
| D | x509_req.c | 257                               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/ | 
| D | print-radius.c | 607 static const struct attrtype {  struct608                   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/ | 
| D | HtmlParserFactory.java | 193       HtmlParser.ATTR_TYPE attrtype,  in createParserInAttribute()
 | 
| /external/iproute2/ip/ | 
| D | iplink_vlan.c | 52 			      int attrtype)  in vlan_parse_qos_map()
 | 
| /external/libnl/lib/route/ | 
| D | act.c | 110 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/ | 
| D | tfrt_op_kernel.cc | 58   tfrt::OpAttrType attrtype;  in GetAttr()  local
 | 
| /external/mesa3d/src/mesa/vbo/ | 
| D | vbo.h | 143    GLenum16 attrtype[VBO_ATTRIB_MAX];  /**< GL_FLOAT, GL_INT, etc */  member
 | 
| /external/iw/ | 
| D | iw.h | 15 #define nla_nest_start(msg, attrtype) \  argument
 | 
| /external/wpa_supplicant_8/src/drivers/ | 
| D | driver_nl80211.h | 21 #define nla_nest_start(msg, attrtype) \  argument
 | 
| /external/iproute2/misc/ | 
| D | ss.c | 2112 static void print_skmeminfo(struct rtattr *tb[], int attrtype)  in print_skmeminfo()
 | 
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 81796 	int attrtype;  member
 | 
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 114941 	int attrtype;  member
 | 
| D | vmlinux.h | 114941 	int attrtype;  member
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 101762 	int attrtype;  member
 | 
| D | vmlinux_510.h | 101762 	int attrtype;  member
 |