Searched refs:attrtype (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h229 extern struct nlattr * nla_find(struct nlattr *head, int len, int attrtype);
236 extern struct nlattr * __nla_reserve(struct sk_buff *skb, int attrtype,
239 extern struct nlattr * nla_reserve(struct sk_buff *skb, int attrtype,
242 extern void __nla_put(struct sk_buff *skb, int attrtype,
246 extern int nla_put(struct sk_buff *skb, int attrtype,
376 * @attrtype: type of attribute to look for
381 int hdrlen, int attrtype)
384 nlmsg_attrlen(nlh, hdrlen), attrtype);
678 * @attrtype: type of attribute to look for
682 static inline struct nlattr *nla_find_nested(struct nlattr *nla, int attrtype) argument
380 nlmsg_find_attr(struct nlmsghdr *nlh, int hdrlen, int attrtype) argument
708 nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) argument
719 nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) argument
730 nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) argument
741 nla_put_u64(struct sk_buff *skb, int attrtype, u64 value) argument
752 nla_put_string(struct sk_buff *skb, int attrtype, const char *str) argument
763 nla_put_flag(struct sk_buff *skb, int attrtype) argument
774 nla_put_msecs(struct sk_buff *skb, int attrtype, unsigned long jiffies) argument
907 nla_nest_start(struct sk_buff *skb, int attrtype) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Dattr.c167 * @attrtype: type of attribute to look for
171 struct nlattr *nla_find(struct nlattr *head, int len, int attrtype) argument
177 if (nla->nla_type == attrtype)
269 * @attrtype: attribute type
278 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) argument
283 nla->nla_type = attrtype;
314 * @attrtype: attribute type
323 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) argument
328 return __nla_reserve(skb, attrtype, attrlen);
352 * @attrtype
359 __nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) argument
395 nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtnetlink.h587 extern void __rta_fill(struct sk_buff *skb, int attrtype, int attrlen, const void *data);
589 #define RTA_PUT(skb, attrtype, attrlen, data) \
592 __rta_fill(skb, attrtype, attrlen, data); })
604 #define RTA_PUT_U8(skb, attrtype, value) \
606 RTA_PUT(skb, attrtype, sizeof(u8), &_tmp); })
608 #define RTA_PUT_U16(skb, attrtype, value) \
610 RTA_PUT(skb, attrtype, sizeof(u16), &_tmp); })
612 #define RTA_PUT_U32(skb, attrtype, value) \
614 RTA_PUT(skb, attrtype, sizeof(u32), &_tmp); })
616 #define RTA_PUT_U64(skb, attrtype, valu
674 __rta_reserve(struct sk_buff *skb, int attrtype, int attrlen) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dnfnetlink.h124 extern void __nfa_fill(struct sk_buff *skb, int attrtype,
126 #define NFA_PUT(skb, attrtype, attrlen, data) \
128 __nfa_fill(skb, attrtype, attrlen, data); })
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509_att.c264 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len) argument
270 if(attrtype & MBSTRING_FLAG) {
271 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
279 if(!(stmp = ASN1_STRING_type_new(attrtype))) goto err;
281 atype = attrtype;
H A Dx509.h1138 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_att.c270 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len) argument
276 if(attrtype & MBSTRING_FLAG) {
277 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
285 if(!(stmp = ASN1_STRING_type_new(attrtype))) goto err;
287 atype = attrtype;
H A Dx509.h1201 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnfnetlink.c114 void __nfa_fill(struct sk_buff *skb, int attrtype, int attrlen, argument
121 nfa->nfa_type = attrtype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Drtnetlink.c272 void __rta_fill(struct sk_buff *skb, int attrtype, int attrlen, const void *data) argument
278 rta->rta_type = attrtype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_diag.c50 #define INET_DIAG_PUT(skb, attrtype, attrlen) \
51 RTA_DATA(__RTA_PUT(skb, attrtype, attrlen))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dx509.h1138 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509.h1201 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daddrconf.c3540 static void snmp6_fill_stats(u64 *stats, struct inet6_dev *idev, int attrtype, argument
3543 switch(attrtype) {

Completed in 143 milliseconds