Searched refs:NLM_F_DUMP (Results 1 – 15 of 15) 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() 299 .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 | 150 hdr->nlmsg_flags |= NLM_F_DUMP; in prepare_ifmap() 228 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()
|
| H A D | ifgeneve.c | 300 hdr->nlmsg_flags |= NLM_F_DUMP; in geneve_status_nl()
|
| /freebsd/lib/libifconfig/ |
| H A D | libifconfig_carp.c | 97 hdr->nlmsg_flags |= NLM_F_DUMP; in _ifconfig_carp_get()
|
| /freebsd/tests/sys/netlink/ |
| H A D | test_rtnl_gre.c | 133 hdr->nlmsg_flags |= NLM_F_DUMP; in ATF_TC_BODY()
|
| /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/lib/libpfctl/ |
| H A D | libpfctl.c | 419 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_status_h() 1362 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_add_rule_h() 1410 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_rules_info_h() 1741 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_clear_rule_h() 1851 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_creators_nl() 1988 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_states_h() 2112 hdr->nlmsg_flags |= NLM_F_DUMP; in _pfctl_clear_states_h() 2897 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_natlook() 3014 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_timeout() 3096 hdr->nlmsg_flags |= NLM_F_DUMP; in pfctl_get_limit() [all …]
|
| /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 | 928 hdr->nlmsg_flags |= NLM_F_DUMP; in flushroutes_fib_nl()
|
| /freebsd/sys/netlink/route/ |
| H A D | rt.c | 1105 if (hdr->nlmsg_flags & NLM_F_DUMP) in rtnl_handle_getroute()
|