OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nl_connect
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/ap/
vlan_util.c
61
if (
nl_connect
(handle, NETLINK_ROUTE) < 0) {
143
if (
nl_connect
(handle, NETLINK_ROUTE) < 0) {
/external/libnl-headers/netlink/
netlink.h
45
extern int
nl_connect
(struct nl_sock *, int);
/external/android-clat/
netlink_msg.c
133
if(
nl_connect
(nl_sk, NETLINK_ROUTE) != 0)
/system/core/libnl_2/genl/
genl.c
89
return
nl_connect
(sk, NETLINK_GENERIC);
/system/core/libnl_2/
netlink.c
248
int
nl_connect
(struct nl_sock *sk, int protocol)
function
Completed in 71 milliseconds