Home
last modified time | relevance | path

Searched refs:NLMSGERR_ATTR_MSG (Results 1 - 4 of 4) sorted by relevance

/third_party/libbpf/src/
H A Dnlattr.c161 [NLMSGERR_ATTR_MSG] = { .type = LIBBPF_NLA_STRING }, in libbpf_nla_dump_errormsg()
189 if (tb[NLMSGERR_ATTR_MSG]) in libbpf_nla_dump_errormsg()
190 errmsg = (char *) libbpf_nla_data(tb[NLMSGERR_ATTR_MSG]); in libbpf_nla_dump_errormsg()
/third_party/libbpf/include/uapi/linux/
H A Dnetlink.h126 * @NLMSGERR_ATTR_MSG: error message string (string)
137 NLMSGERR_ATTR_MSG, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c51 NLMSGERR_ATTR_MSG, enumerator
354 if (tb[NLMSGERR_ATTR_MSG]) { in error_handler()
355 len = strnlen((char *) nla_data(tb[NLMSGERR_ATTR_MSG]), in error_handler()
356 nla_len(tb[NLMSGERR_ATTR_MSG])); in error_handler()
358 len, (char *) nla_data(tb[NLMSGERR_ATTR_MSG])); in error_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c54 NLMSGERR_ATTR_MSG, enumerator
372 if (tb[NLMSGERR_ATTR_MSG]) { in error_handler()
373 len = strnlen((char *) nla_data(tb[NLMSGERR_ATTR_MSG]), in error_handler()
374 nla_len(tb[NLMSGERR_ATTR_MSG])); in error_handler()
376 len, (char *) nla_data(tb[NLMSGERR_ATTR_MSG])); in error_handler()

Completed in 27 milliseconds