Lines Matching refs:_any
24 } _any; typedef
30 int (*nla_put_fn)(struct nl_msg*, int, _any*);
31 uint32_t (*parse_fn)(const char*, _any*);
37 static int _my_nla_put_u8(struct nl_msg *n, int mesh_param_num, _any *value) in _my_nla_put_u8()
42 static int _my_nla_put_u16(struct nl_msg *n, int mesh_param_num, _any *value) in _my_nla_put_u16()
47 static int _my_nla_put_u32(struct nl_msg *n, int mesh_param_num, _any *value) in _my_nla_put_u32()
52 static uint32_t _parse_u8(const char *str, _any *ret) in _parse_u8()
64 static uint32_t _parse_u8_as_bool(const char *str, _any *ret) in _parse_u8_as_bool()
76 static uint32_t _parse_u16(const char *str, _any *ret) in _parse_u16()
88 static uint32_t _parse_u32(const char *str, _any *ret) in _parse_u32()
100 static uint32_t _parse_s32(const char *str, _any *ret) in _parse_s32()
112 static uint32_t _parse_u32_power_mode(const char *str, _any *ret) in _parse_u32_power_mode()
322 _any any; in set_interface_meshparam()
324 memset(&any, 0, sizeof(_any)); in set_interface_meshparam()