Home
last modified time | relevance | path

Searched refs:NETLINK_GENERIC (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dnetlink_protocols.h50 #if !(defined(NETLINK_GENERIC) || (defined(HAVE_DECL_NETLINK_GENERIC) && HAVE_DECL_NETLINK_GENERIC))
51 # define NETLINK_GENERIC 16 macro
85 XLAT(NETLINK_GENERIC),
Dnetlink_protocols.in17 NETLINK_GENERIC 16
/external/iproute2/genl/
Dctrl.c63 if (rtnl_open_byproto(&rth, 0, NETLINK_GENERIC) < 0) { in genl_ctrl_resolve_family()
313 if (rtnl_open_byproto(&rth, 0, NETLINK_GENERIC) < 0) { in ctrl_list()
379 if (rtnl_open_byproto(&rth, nl_mgrp(GENL_ID_CTRL), NETLINK_GENERIC) < 0) { in ctrl_listen()
/external/strace/tests/
Dnetlink_generic.c75 int fd = create_nl_socket(NETLINK_GENERIC); in main()
/external/strace/tests-mx32/
Dnetlink_generic.c75 int fd = create_nl_socket(NETLINK_GENERIC); in main()
/external/strace/tests-m32/
Dnetlink_generic.c75 int fd = create_nl_socket(NETLINK_GENERIC); in main()
/external/libnl/src/
Dgenl-ctrl-list.c43 nl_cli_connect(sock, NETLINK_GENERIC); in main()
/external/libnl/include/linux-private/linux/
Dnetlink.h23 #define NETLINK_GENERIC 16 macro
/external/iproute2/ip/
Dipfou.c136 if (rtnl_open_byproto(&genl_rth, 0, NETLINK_GENERIC) < 0) { in do_ipfou()
Dtcp_metrics.c404 if (rtnl_open_byproto(&grth, 0, NETLINK_GENERIC) < 0) { in tcpm_do_cmd()
Dipl2tp.c724 if (rtnl_open_byproto(&genl_rth, 0, NETLINK_GENERIC) < 0) { in do_ipl2tp()
/external/iproute2/include/linux/
Dnetlink.h24 #define NETLINK_GENERIC 16 macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h24 #define NETLINK_GENERIC 16 macro
/external/libnl/tests/
Dtest-genl.c79 nl_cli_connect(sock, NETLINK_GENERIC); in main()
/external/libnl/lib/genl/
Dgenl.c47 return nl_connect(sk, NETLINK_GENERIC); in genl_connect()
Dmngt.c245 if (ops->co_protocol != NETLINK_GENERIC) { in genl_register()
Dctrl.c531 .co_protocol = NETLINK_GENERIC,
/external/iproute2/tipc/
Dmsg.c53 nl = mnl_socket_open(NETLINK_GENERIC); in msg_send()
/external/strace/
Dnetlink.c153 [NETLINK_GENERIC] = {
Dsocketutils.c628 int fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_GENERIC); in genl_families_xlat()
/external/ltp/testcases/kernel/controllers/cgroup/
Dgetdelays.c356 if ((nl_sd = create_nl_socket(NETLINK_GENERIC)) < 0) in main()
/external/iproute2/lib/
Drt_names.c586 [NETLINK_GENERIC] = "genl",
/external/libnl/lib/
Dmsg.c947 if (msg->nm_protocol == NETLINK_GENERIC) in print_msg()
/external/libnl/python/netlink/
Dcore.py68 NETLINK_GENERIC = 16 variable
/external/dhcpcd-6.8.2/
Dif-linux.c1040 return send_netlink(ctx, NULL, NETLINK_GENERIC, &nlm.hdr, in gnl_getfamily()
1091 NETLINK_GENERIC, &nlm.hdr, &_if_getssid); in if_getssid_nl80211()

12