Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Dcheck_native.c48 nladdr.nl_family = AF_NETLINK; in __check_native()
82 nladdr.nl_family = AF_NETLINK; in __check_native()
Dcheck_pf.c136 nladdr.nl_family = AF_NETLINK; in make_request()
322 nladdr.nl_family = AF_NETLINK; in __check_pf()
Dnetlink_assert_response.c51 if (family != AF_NETLINK) in __netlink_assert_response()
Dmq_notify.c159 netlink_socket = __socket (AF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, 0); in init_mq_netlink()
Difaddrs.c117 nladdr.nl_family = AF_NETLINK; in __netlink_sendreq()
262 nladdr.nl_family = AF_NETLINK; in __netlink_open()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsocket.h111 #define AF_NETLINK PF_NETLINK macro
/glibc-2.36/nscd/
Dconnections.c812 nl_status_fd = socket (AF_NETLINK, in nscd_init()
819 snl.nl_family = AF_NETLINK; in nscd_init()
/glibc-2.36/ChangeLog.old/
DChangeLog.92759 Linux AF_NETLINK sockets (needed since the kernel version is
DChangeLog.246595 socket: Do not use AF_NETLINK in __opensock