Searched refs:NLM_F_DUMP (Results 1 – 13 of 13) sorted by relevance
/freebsd/usr.bin/netstat/ |
H A D | route_netlink.c | 85 .hdr.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in prepare_ifmap_netlink() 295 .hdr.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in p_rtable_netlink()
|
/freebsd/sys/netlink/ |
H A D | netlink.h | 121 #define NLM_F_DUMP (NLM_F_ROOT | NLM_F_MATCH) macro
|
/freebsd/sbin/ifconfig/ |
H A D | ifconfig_netlink.c | 148 hdr->nlmsg_flags |= NLM_F_DUMP; in prepare_ifmap() 224 hdr->nlmsg_flags |= NLM_F_DUMP; in prepare_ifaddrs()
|
H A D | af_inet.c | 353 hdr->nlmsg_flags |= NLM_F_DUMP; in in_delete_first_nl()
|
/freebsd/lib/libifconfig/ |
H A D | libifconfig_carp.c | 97 hdr->nlmsg_flags |= NLM_F_DUMP; in _ifconfig_carp_get()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 414 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_status_h() 1332 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_add_rule_h() 1380 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_rules_info_h() 1693 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_clear_rule_h() 1803 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_creators_nl() 1942 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_states_nl() 2065 hdr->nlmsg_flags |= NLM_F_DUMP; in _pfctl_clear_states_h() 2500 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_natlook() 2617 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_timeout() 2699 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_limit() [all …]
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_scan.c | 84 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY); in nl80211_get_noise_for_scan_results() 987 if (!(msg = nl80211_cmd_msg(drv->first_bss, NLM_F_DUMP, in nl80211_get_scan_results() 1080 msg = nl80211_cmd_msg(drv->first_bss, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_dump_scan()
|
H A D | driver_nl80211_capa.c | 1201 flags = NLM_F_DUMP; in wpa_driver_nl80211_get_info() 2698 nl_flags = NLM_F_DUMP; in nl80211_get_hw_feature_data()
|
H A D | driver_macsec_linux.c | 708 NLM_F_DUMP, MACSEC_CMD_GET_TXSC, 0)) { in do_dump()
|
H A D | driver_nl80211.c | 1647 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_get_assoc_ssid() 1681 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_get_assoc_freq() 1772 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY); in nl80211_get_link_noise() 9737 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY); in nl80211_get_links_noise() 10258 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY); in wpa_driver_nl80211_get_survey()
|
/freebsd/contrib/libfido2/src/ |
H A D | netlink.c | 632 if ((m = nlmsg_new(nl->nfc_type, NLM_F_DUMP, 64)) == NULL || in nl_dump_nfc_target()
|
/freebsd/sbin/route/ |
H A D | route_netlink.c | 867 hdr->nlmsg_flags |= NLM_F_DUMP; in flushroutes_fib_nl()
|
/freebsd/sys/netlink/route/ |
H A D | rt.c | 1049 if (hdr->nlmsg_flags & NLM_F_DUMP) in rtnl_handle_route_event()
|