OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_link_bond_enslave_ifindex
(Results
1 - 2
of
2
) sorted by null
/external/libnl/include/netlink/route/link/
bonding.h
27
extern int
rtnl_link_bond_enslave_ifindex
(struct nl_sock *, int, int);
/external/libnl/lib/route/link/
bonding.c
107
int
rtnl_link_bond_enslave_ifindex
(struct nl_sock *sock, int master,
function
158
* @see
rtnl_link_bond_enslave_ifindex
()
166
return
rtnl_link_bond_enslave_ifindex
(sock,
185
return
rtnl_link_bond_enslave_ifindex
(sock, 0, slave);
Completed in 159 milliseconds