Home
last modified time | relevance | path

Searched refs:nl_send_auto (Results 1 – 4 of 4) sorted by relevance

/external/libnl/lib/
Dnl.c485 int nl_send_auto(struct nl_sock *sk, struct nl_msg *msg) in nl_send_auto() function
521 err = nl_send_auto(sk, msg); in nl_send_sync()
565 err = nl_send_auto(sk, msg); in nl_send_simple()
1164 return nl_send_auto(sk, msg); in nl_send_auto_complete()
/external/libnl/include/netlink/
Dnetlink.h65 extern int nl_send_auto(struct nl_sock *, struct nl_msg *);
/external/libnl/doc/
Dcore.txt616 themselves though. When using nl_send_auto() the sequence number is
899 is to use the function nl_send_auto(). It will automatically complete
912 nl_send_auto(sk, msg)
927 internal calls to nl_send_auto() by the library to send netlink
1022 newly constructed message is sent with nl_send_auto().
1520 nl_send_auto(). Like +port+, the argument +seqnr+ can be set to
/external/libnl/lib/route/
Dlink.c1176 err = nl_send_auto(sk, msg); in rtnl_link_get_kernel()