Home
last modified time | relevance | path

Searched refs:AF_NETLINK (Results 1 – 25 of 2486) sorted by relevance

12345678910>>...100

/dports/devel/lua-posix/luaposix-35.1/spec/
H A Dposix_sys_socket_spec.yaml125 if M.AF_NETLINK then
127 ["it diagnoses wrong AF_NETLINK field types"] = function()
128 expect(connect(42, {family = M.AF_NETLINK, pid = false})).
135 ["it diagnoses invalid AF_NETLINK fields"] = function()
202 if M.AF_NETLINK then
204 ["it diagnoses wrong AF_NETLINK field types"] = function()
205 expect(bind(42, {family = M.AF_NETLINK, pid = false})).
212 ["it diagnoses invalid AF_NETLINK fields"] = function()
304 if M.AF_NETLINK then
306 ["it diagnoses wrong AF_NETLINK field types"] = function()
[all …]
/dports/devel/lua-posix/luaposix-35.1/doc/examples/
H A Dnetlink-uevent.lua6 if M.AF_NETLINK ~= nil then
9 local fd, err = M.socket(M.AF_NETLINK, M.SOCK_DGRAM, M.NETLINK_KOBJECT_UEVENT)
12 local ok, err = M.bind(fd, {family=M.AF_NETLINK, pid=getpid(), groups=-1})
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-sockdiag.c49 .nl_family = AF_NETLINK in sockdiag_send()
111 #if defined(AF_NETLINK) in sockdiag_send()
112 AF_NETLINK, in sockdiag_send()
213 .nl_family = AF_NETLINK in sockdiag_recv()
273 fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_SOCK_DIAG); in stress_sockdiag()
/dports/net/zerotier/ZeroTierOne-1.8.3/osdep/
H A DLinuxNetLink.cpp61 _la.nl_family = AF_NETLINK;
542 la.nl_family = AF_NETLINK; in _requestIPv4Routes()
563 pa.nl_family = AF_NETLINK; in _requestIPv4Routes()
595 la.nl_family = AF_NETLINK; in _requestIPv6Routes()
616 pa.nl_family = AF_NETLINK; in _requestIPv6Routes()
648 la.nl_family = AF_NETLINK; in _requestInterfaceList()
668 pa.nl_family = AF_NETLINK; in _requestInterfaceList()
702 la.nl_family = AF_NETLINK; in addRoute()
784 pa.nl_family = AF_NETLINK; in addRoute()
817 la.nl_family = AF_NETLINK; in delRoute()
[all …]
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/mdlayher/netlink/
H A Dconn_linux.go60 s, err := socket.Socket(unix.AF_NETLINK, unix.SOCK_RAW, family, "netlink")
75 Family: unix.AF_NETLINK,
110 sa := &unix.SockaddrNetlink{Family: unix.AF_NETLINK}
121 sa := &unix.SockaddrNetlink{Family: unix.AF_NETLINK}
/dports/devel/luv/luv-1.41.0-0/src/
H A Dconstants.c116 #ifdef AF_NETLINK in luv_constants()
117 lua_pushinteger(L, AF_NETLINK); in luv_constants()
345 #ifdef AF_NETLINK in luv_af_string_to_num()
346 if (strcmp(string, "netlink") == 0) return AF_NETLINK; in luv_af_string_to_num()
380 #ifdef AF_NETLINK in luv_af_num_to_string()
381 case AF_NETLINK: return "netlink"; in luv_af_num_to_string()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dsocketmodule.h47 # undef AF_NETLINK
102 #ifdef AF_NETLINK
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dsocketmodule.h47 # undef AF_NETLINK
102 #ifdef AF_NETLINK
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A Dsocketmodule.h47 # undef AF_NETLINK
102 #ifdef AF_NETLINK
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsocketmodule.h47 # undef AF_NETLINK
102 #ifdef AF_NETLINK
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dsocket.h128 #define AF_NETLINK 16 macro
129 #define AF_ROUTE AF_NETLINK
160 #define PF_NETLINK AF_NETLINK
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dsocket.h128 #define AF_NETLINK 16 macro
129 #define AF_ROUTE AF_NETLINK
160 #define PF_NETLINK AF_NETLINK
/dports/multimedia/libv4l/linux-5.13-rc2/samples/bpf/
H A Dxdp_router_ipv4_user.c328 sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in get_route_table()
334 sa.nl_family = AF_NETLINK; in get_route_table()
467 sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in get_arp_table()
473 sa.nl_family = AF_NETLINK; in get_arp_table()
529 sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in monitor_route()
537 lr.nl_family = AF_NETLINK; in monitor_route()
547 sock_arp = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in monitor_route()
555 la.nl_family = AF_NETLINK; in monitor_route()
/dports/multimedia/v4l_compat/linux-5.13-rc2/samples/bpf/
H A Dxdp_router_ipv4_user.c328 sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in get_route_table()
334 sa.nl_family = AF_NETLINK; in get_route_table()
467 sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in get_arp_table()
473 sa.nl_family = AF_NETLINK; in get_arp_table()
529 sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in monitor_route()
537 lr.nl_family = AF_NETLINK; in monitor_route()
547 sock_arp = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in monitor_route()
555 la.nl_family = AF_NETLINK; in monitor_route()
/dports/multimedia/v4l-utils/linux-5.13-rc2/samples/bpf/
H A Dxdp_router_ipv4_user.c328 sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in get_route_table()
334 sa.nl_family = AF_NETLINK; in get_route_table()
467 sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in get_arp_table()
473 sa.nl_family = AF_NETLINK; in get_arp_table()
529 sock = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in monitor_route()
537 lr.nl_family = AF_NETLINK; in monitor_route()
547 sock_arp = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in monitor_route()
555 la.nl_family = AF_NETLINK; in monitor_route()
/dports/net/ndisc6/ndisc6-1.0.5/rdnss/
H A Dnetlink.c106 fd = socket(AF_NETLINK, SOCK_DGRAM, NETLINK_ROUTE); in nl_socket()
114 saddr.nl_family = AF_NETLINK; in nl_socket()
/dports/audio/musicpd/mpd-0.23.6/systemd/system/
H A Dmpd.service.in30 # AF_NETLINK is required by libsmbclient, or it will exit() .. *sigh*
31 RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX AF_NETLINK
/dports/sysutils/busybox/busybox-1.26.2/networking/libiproute/
H A Dlibnetlink.c22 rth->fd = xsocket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE); in xrtnl_open()
23 rth->local.nl_family = AF_NETLINK; in xrtnl_open()
64 nladdr.nl_family = AF_NETLINK; in rtnl_send()
88 s.nladdr.nl_family = AF_NETLINK; in rtnl_dump_request()
235 nladdr.nl_family = AF_NETLINK; in rtnl_talk()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dnetlink.hpp64 m_sockaddr.nl_family = AF_NETLINK; in basic_nl_endpoint()
179 return AF_NETLINK; in family()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dnetlink.hpp64 m_sockaddr.nl_family = AF_NETLINK; in basic_nl_endpoint()
179 return AF_NETLINK; in family()
/dports/net/ocserv/ocserv-1.1.3/src/common/
H A Dsockdiag.c41 .nl_family = AF_NETLINK in send_query()
146 .nl_family = AF_NETLINK in receive_responses()
243 int fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_SOCK_DIAG); in sockdiag_query_unix_domain_socket_queue_length()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Duevent.c54 sa.nl_family = AF_NETLINK; in uevent_main()
58 fd = xsocket(AF_NETLINK, SOCK_DGRAM, NETLINK_KOBJECT_UEVENT); in uevent_main()
/dports/audio/musicpd/mpd-0.23.6/systemd/user/
H A Dmpd.service.in29 # AF_NETLINK is required by libsmbclient, or it will exit() .. *sigh*
30 RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX AF_NETLINK
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/platform/impl/
H A Dnetwork_interface_linux.cc148 ScopedFd fd(socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE)); in GetLinkInfo()
158 peer.nl_family = AF_NETLINK; in GetLinkInfo()
248 ScopedFd fd(socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE)); in PopulateSubnetsOrClearList()
259 peer.nl_family = AF_NETLINK; in PopulateSubnetsOrClearList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/platform/impl/
H A Dnetwork_interface_linux.cc148 ScopedFd fd(socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE)); in GetLinkInfo()
158 peer.nl_family = AF_NETLINK; in GetLinkInfo()
248 ScopedFd fd(socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE)); in PopulateSubnetsOrClearList()
259 peer.nl_family = AF_NETLINK; in PopulateSubnetsOrClearList()

12345678910>>...100