Home
last modified time | relevance | path

Searched refs:nlmsg_hdr (Results 1 – 25 of 30) sorted by relevance

12

/third_party/libnl/lib/
Dhandlers.c52 print_header_content(ofd, nlmsg_hdr(msg)); in nl_valid_handler_verbose()
63 print_header_content(ofd, nlmsg_hdr(msg)); in nl_invalid_handler_verbose()
74 print_header_content(ofd, nlmsg_hdr(msg)); in nl_overrun_handler_verbose()
98 print_header_content(ofd, nlmsg_hdr(msg)); in nl_valid_handler_debug()
109 print_header_content(ofd, nlmsg_hdr(msg)); in nl_finish_handler_debug()
140 print_header_content(ofd, nlmsg_hdr(msg)); in nl_skipped_handler_debug()
151 print_header_content(ofd, nlmsg_hdr(msg)); in nl_ack_handler_debug()
Dmsg.c543 struct nlmsghdr *nlmsg_hdr(struct nl_msg *n) in nlmsg_hdr() function
741 nlmsg_hdr(msg)->nlmsg_type); in nl_msg_parse()
746 err = nl_cache_parse(ops, NULL, nlmsg_hdr(msg), &p); in nl_msg_parse()
802 struct nlmsghdr *nlh = nlmsg_hdr(msg); in print_hdr()
917 struct nlmsghdr *hdr = nlmsg_hdr(msg); in dump_error_msg()
978 struct nlmsghdr *hdr = nlmsg_hdr(msg); in nl_msg_dump()
Dcache_mngr.c79 int type = nlmsg_hdr(msg)->nlmsg_type; in event_input()
112 return nl_cache_parse(ops, NULL, nlmsg_hdr(msg), &p); in event_input()
Dnl.c456 .iov_base = (void *) nlmsg_hdr(msg), in nl_send()
457 .iov_len = nlmsg_hdr(msg)->nlmsg_len, in nl_send()
486 nlh = nlmsg_hdr(msg); in nl_complete_msg()
Dcache.c1028 return nl_cache_parse(cache->c_ops, NULL, nlmsg_hdr(msg), &p); in nl_cache_parse_and_add()
/third_party/libnl/lib/netfilter/
Dqueue_msg.c265 iov[0].iov_base = (void *) nlmsg_hdr(nlmsg); in nfnl_queue_msg_send_verdict_payload()
266 iov[0].iov_len = nlmsg_hdr(nlmsg)->nlmsg_len; in nfnl_queue_msg_send_verdict_payload()
270 nlmsg_hdr(nlmsg)->nlmsg_len += nla.nla_len; in nfnl_queue_msg_send_verdict_payload()
/third_party/libnl/tests/
Dcheck-attr.c68 nlh = nlmsg_hdr(msg); in START_TEST()
/third_party/libnl/src/
Dnf-ct-events.c44 struct nlmsghdr *hdr = nlmsg_hdr(msg); in nf_conntrack_event_callback()
/third_party/libnl/include/netlink/
Dmsg.h86 extern struct nlmsghdr * nlmsg_hdr(struct nl_msg *);
/third_party/libnl/python/examples/
Diface.py13 e, attr = genl.py_genlmsg_parse(nl.nlmsg_hdr(m), 0,
Dwiphy.py66 e, attr = genl.py_genlmsg_parse(nl.nlmsg_hdr(m), 0,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_capa.c26 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in protocol_feature_handler()
626 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in wiphy_info_handler()
917 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in dfs_info_handler()
1036 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in get_akm_suites_handler()
1096 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in features_info_handler()
1729 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in phy_info_handler()
2047 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in nl80211_get_reg()
Ddriver_nl80211_scan.c35 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in get_noise_for_scan_results()
699 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in nl80211_parse_bss_info()
1042 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in scan_cookie_handler()
Ddriver_nl80211.c378 struct nlmsghdr *hdr = nlmsg_hdr(msg); in nl80211_nlmsg_clear()
469 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in family_handler()
599 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in netdev_info_handler()
712 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in process_beacon_event()
1309 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in nl80211_get_assoc_freq_handler()
1417 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in get_link_signal()
1497 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in get_link_noise()
1554 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in get_channel_info()
1670 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in nl80211_get_country()
2560 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in qca_vendor_test_cmd_handler()
[all …]
/third_party/libnl/
Dlibnl-3.sym305 nlmsg_hdr;
/third_party/libnl/lib/genl/
Dmngt.c217 struct nlmsghdr *nlh = nlmsg_hdr(msg); in genl_handle_msg()
Dctrl.c207 struct nlmsghdr *nlh = nlmsg_hdr(msg); in probe_response()
/third_party/libnl/lib/route/
Dcls.c52 tchdr = nlmsg_data(nlmsg_hdr(*result)); in cls_build()
/third_party/libnl/python/netlink/
Dcore.py130 return capi.nlmsg_len(nlmsg_hdr(self._msg))
146 return capi.nlmsg_hdr(self._msg)
Dcapi.i232 extern struct nlmsghdr * nlmsg_hdr(struct nl_msg *);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_capa.c27 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in protocol_feature_handler()
852 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in wiphy_info_handler()
1164 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in dfs_info_handler()
1224 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in features_info_handler()
1957 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in phy_info_handler()
2296 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in nl80211_get_reg()
Ddriver_nl80211_scan.c35 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in get_noise_for_scan_results()
702 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in nl80211_parse_bss_info()
1060 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in scan_cookie_handler()
Ddriver_nl80211.c301 ((u8 *) nlmsg_data(nlmsg_hdr(msg)) + sizeof(struct nlmsghdr) + in ack_handler_cookie()
303 if (nlmsg_hdr(msg)->nlmsg_len <= ack_len) in ack_handler_cookie()
306 attr_len = nlmsg_hdr(msg)->nlmsg_len - ack_len; in ack_handler_cookie()
308 if(!(nlmsg_hdr(msg)->nlmsg_flags & NLM_F_ACK_TLVS)) in ack_handler_cookie()
375 struct nlmsghdr *hdr = nlmsg_hdr(msg); in nl80211_nlmsg_clear()
570 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in family_handler()
709 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in netdev_info_handler()
844 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in process_beacon_event()
1441 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in nl80211_get_assoc_freq_handler()
1575 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in get_link_signal()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c74 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in get_power_mode_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c72 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in get_power_mode_handler()

12