OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_socket_add_memberships
(Results
1 - 2
of
2
) sorted by null
/external/libnl/include/netlink/
socket.h
29
extern int
nl_socket_add_memberships
(struct nl_sock *, int, ...);
/external/libnl/lib/
socket.c
292
int
nl_socket_add_memberships
(struct nl_sock *sk, int group, ...)
function
321
return
nl_socket_add_memberships
(sk, group, 0);
Completed in 80 milliseconds