MCPcopy Create free account
hub / github.com/actuallyaridan/linux-devmgmt / sockaddr_nl

Class sockaddr_nl

src/monitor/UdevMonitor.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 return;
15
16 struct sockaddr_nl addr{};
17 addr.nl_family = AF_NETLINK;
18 addr.nl_pid = 0;
19 addr.nl_groups = 1; // kernel uevents multicast group

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected