| /freebsd-14.2/tests/sys/netlink/ |
| H A D | test_snl_generic.c | 45 if (!snl_init(&ss, NETLINK_GENERIC)) in ATF_TC_BODY() 63 if (!snl_init(&ss, NETLINK_GENERIC)) in ATF_TC_BODY() 83 if (!snl_init(&ss, NETLINK_GENERIC)) in ATF_TC_BODY()
|
| H A D | test_rtnl_ifaddr.py | 220 nlsock = Nlsock(NlConst.NETLINK_GENERIC, self.helper)
|
| /freebsd-14.2/sys/netlink/ |
| H A D | netlink_generic.c | 258 struct nlmsghdr hdr = {.nlmsg_type = NETLINK_GENERIC }; in nlctrl_notify() 262 if (nlmsg_get_group_writer(&nw, NLMSG_SMALL, NETLINK_GENERIC, ctrl_group_id)) { in nlctrl_notify() 290 netlink_register_proto(NETLINK_GENERIC, "NETLINK_GENERIC", genl_handle_message); in genl_load_all() 297 netlink_unregister_proto(NETLINK_GENERIC); in genl_unload()
|
| H A D | netlink_sysevent.c | 85 if (!nlmsg_get_group_writer(&nw, NLMSG_LARGE, NETLINK_GENERIC, se->id)) { in sysevent_write()
|
| H A D | netlink.h | 167 #define NETLINK_GENERIC 16 /* Generic netlink (dynamic families) */ macro
|
| /freebsd-14.2/lib/libifconfig/ |
| H A D | libifconfig_carp.c | 80 if (! snl_init(&ss, NETLINK_GENERIC)) { in _ifconfig_carp_get() 154 if (! snl_init(&ss, NETLINK_GENERIC)) { in ifconfig_carp_set_info()
|
| H A D | libifconfig.c | 310 name[2] = NETLINK_GENERIC; in ifconfig_get_orig_name()
|
| /freebsd-14.2/sys/net/ |
| H A D | if_mib.h | 66 #define NETLINK_GENERIC 0 /* functions not specific to a type of iface */ macro
|
| /freebsd-14.2/tests/atf_python/ |
| H A D | ktest.py | 71 self.nlsock = Nlsock(NlConst.NETLINK_GENERIC, self.helper) 157 nlsock = Nlsock(NlConst.NETLINK_GENERIC, helper)
|
| /freebsd-14.2/tests/atf_python/sys/netlink/ |
| H A D | utils.py | 12 NETLINK_GENERIC = 16 variable in NlConst
|
| /freebsd-14.2/usr.bin/genl/ |
| H A D | genl.c | 238 if (!snl_init(&ss, NETLINK_GENERIC)) in monitor_mcast() 306 if (!snl_init(&ss, NETLINK_GENERIC)) in list_families()
|
| /freebsd-14.2/usr.bin/systat/ |
| H A D | ifstat.c | 454 NETLINK_GENERIC, in getifnum() 472 NETLINK_GENERIC, in getifmibdata()
|
| /freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| H A D | hostres_network_tbl.c | 137 name[2] = NETLINK_GENERIC; in network_get_interfaces()
|
| /freebsd-14.2/tools/tools/ifinfo/ |
| H A D | ifinfo.c | 88 name[2] = NETLINK_GENERIC; in main()
|
| /freebsd-14.2/libexec/rpc.rstatd/ |
| H A D | rstat_proc.c | 254 mib[2] = NETLINK_GENERIC; in updatestat()
|
| /freebsd-14.2/contrib/bsnmp/snmp_mibII/ |
| H A D | mibII.c | 316 name[2] = NETLINK_GENERIC; in fetch_generic_mib() 483 name[2] = NETLINK_GENERIC; in mib_fetch_ifmib() 950 name[2] = NETLINK_GENERIC; in mib_refresh_iflist()
|
| /freebsd-14.2/contrib/libfido2/src/ |
| H A D | netlink.c | 754 NETLINK_GENERIC)) == -1) { in fido_nl_new()
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | pcap-linux.c | 1554 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in get_if_ioctl_socket()
|