HomeSort by relevance Sort by last modified time
    Searched refs:attrtype (Results 1 - 7 of 7) sorted by null

  /external/kernel-headers/original/linux/
rtnetlink.h 634 extern void __rta_fill(struct sk_buff *skb, int attrtype, int attrlen, const void *data);
636 #define RTA_PUT(skb, attrtype, attrlen, data) \
639 __rta_fill(skb, attrtype, attrlen, data); })
651 #define RTA_PUT_U8(skb, attrtype, value) \
653 RTA_PUT(skb, attrtype, sizeof(u8), &_tmp); })
655 #define RTA_PUT_U16(skb, attrtype, value) \
657 RTA_PUT(skb, attrtype, sizeof(u16), &_tmp); })
659 #define RTA_PUT_U32(skb, attrtype, value) \
661 RTA_PUT(skb, attrtype, sizeof(u32), &_tmp); })
663 #define RTA_PUT_U64(skb, attrtype, value)
    [all...]
  /external/openssl/crypto/x509/
x509_att.c 285 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len)
291 if(attrtype & MBSTRING_FLAG) {
292 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
300 if(!(stmp = ASN1_STRING_type_new(attrtype))) goto err;
302 atype = attrtype;
310 if (attrtype == 0)
313 if ((len == -1) && !(attrtype & MBSTRING_FLAG))
315 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
x509.h     [all...]
  /external/kernel-headers/original/linux/netfilter/
nfnetlink.h 126 extern void __nfa_fill(struct sk_buff *skb, int attrtype,
128 #define NFA_PUT(skb, attrtype, attrlen, data) \
130 __nfa_fill(skb, attrtype, attrlen, data); })
  /external/iproute2/ip/
iplink_vlan.c 42 int attrtype)
50 addattr_l(n, 1024, attrtype, NULL, 0);
  /external/tcpdump/
print-radius.c 336 struct attrtype { const char *name; /* Attribute name */ struct
    [all...]
  /external/openssl/include/openssl/
x509.h     [all...]

Completed in 236 milliseconds