Searched refs:NETLINK_GENERIC (Results 1 - 12 of 12) sorted by relevance

/external/libnl/src/
H A Dgenl-ctrl-list.c43 nl_cli_connect(sock, NETLINK_GENERIC);
/external/strace/xlat/
H A Dnetlink_protocols.h52 #if defined(NETLINK_GENERIC) || (defined(HAVE_DECL_NETLINK_GENERIC) && HAVE_DECL_NETLINK_GENERIC)
53 XLAT(NETLINK_GENERIC),
/external/libnl/tests/
H A Dtest-genl.c11 nlt_connect(sock, NETLINK_GENERIC);
/external/libnl/include/linux/
H A Dnetlink.h23 #define NETLINK_GENERIC 16 macro
/external/iproute2/genl/
H A Dctrl.c63 if (rtnl_open_byproto(&rth, 0, NETLINK_GENERIC) < 0) {
306 if (rtnl_open_byproto(&rth, 0, NETLINK_GENERIC) < 0) {
372 if (rtnl_open_byproto(&rth, nl_mgrp(GENL_ID_CTRL), NETLINK_GENERIC) < 0) {
/external/iproute2/include/linux/
H A Dnetlink.h23 #define NETLINK_GENERIC 16 macro
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h24 #define NETLINK_GENERIC 16 macro
/external/libnl/lib/genl/
H A Dgenl.c104 return nl_connect(sk, NETLINK_GENERIC);
H A Dmngt.c62 * .co_protocol = NETLINK_GENERIC,
176 if (ops->co_protocol != NETLINK_GENERIC) {
H A Dctrl.c287 .co_protocol = NETLINK_GENERIC,
/external/libnl/lib/
H A Dutils.c455 __ADD(NETLINK_GENERIC,generic)
/external/iproute2/ip/
H A Dipl2tp.c783 if (rtnl_open_byproto(&genl_rth, 0, NETLINK_GENERIC) < 0) {

Completed in 3755 milliseconds