Searched defs:nla (Results 1 - 7 of 7) sorted by relevance

/openwrt/package/libs/libnl-tiny/src/
H A Dattr.c401 int nla_ok(const struct nlattr *nla, int remaining) argument
424 struct nlattr *nla_next(const struct nlattr *nla, in argument
440 validate_nla(struct nlattr *nla, int maxtype, struct nla_policy *policy) argument
499 struct nlattr *nla; local
552 struct nlattr *nla; local
580 struct nlattr *nla; local
614 struct nlattr *nla; local
653 struct nlattr *nla; local
[all...]
H A Dgenl_ctrl.c100 struct nlattr *nla, *nla_ops; local
H A Dnl.c378 int nl_recv(struct nl_sock *sk, struct sockaddr_nl *nla, argument
490 struct sockaddr_nl nla = {0}; local
H A Dunl.c84 error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) argument
/openwrt/package/network/config/swconfig/src/
H A Dswlib.c176 store_port_val(struct nl_msg *msg, struct nlattr *nla, struct switch_val *val) argument
214 store_link_val(struct nl_msg *msg, struct nlattr *nla, struct switch_val *val) argument
705 add_port_map(struct switch_dev *dev, struct nlattr *nla) argument
/openwrt/package/libs/libnl-tiny/src/include/netlink/
H A Dattr.h160 static inline int nla_type(const struct nlattr *nla) argument
171 static inline void *nla_data(const struct nlattr *nla) argument
182 static inline int nla_len(const struct nlattr *nla) argument
271 nla_get_u8(struct nlattr *nla) argument
296 nla_get_u16(struct nlattr *nla) argument
321 nla_get_u32(struct nlattr *nla) argument
346 nla_get_u64(struct nlattr *nla) argument
375 nla_get_string(struct nlattr *nla) argument
380 nla_strdup(struct nlattr *nla) argument
410 nla_get_flag(struct nlattr *nla) argument
438 nla_get_msecs(struct nlattr *nla) argument
508 nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla, struct nla_policy *policy) argument
523 nla_memcmp(const struct nlattr *nla, const void *data, size_t size) argument
541 nla_strcmp(const struct nlattr *nla, const char *str) argument
564 nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize) argument
[all...]
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Dswconfig.c587 struct nlattr *nla; local
615 swconfig_parse_link(struct sk_buff *msg, struct nlattr *nla, argument

Completed in 34 milliseconds