Searched refs:nl_send_auto (Results 1 – 11 of 11) sorted by relevance
/external/libnl/include/netlink/ |
D | netlink.h | 60 extern int nl_send_auto(struct nl_sock *, struct nl_msg *);
|
/external/libnl/lib/ |
D | nl.c | 510 int nl_send_auto(struct nl_sock *sk, struct nl_msg *msg) in nl_send_auto() function 546 err = nl_send_auto(sk, msg); in nl_send_sync() 590 err = nl_send_auto(sk, msg); in nl_send_simple() 1243 return nl_send_auto(sk, msg); in nl_send_auto_complete()
|
/external/libnl/tests/ |
D | test-genl.c | 104 if ((err = nl_send_auto(sock, msg)) < 0) in main()
|
/external/libnl/lib/route/ |
D | route.c | 142 err = nl_send_auto(sk, msg); in rtnl_route_lookup()
|
D | neigh.c | 471 err = nl_send_auto(h, msg); in neigh_request_update()
|
D | link.c | 835 err = nl_send_auto(sk, msg); in link_request_update() 1432 err = nl_send_auto(sk, msg); in rtnl_link_get_kernel()
|
/external/libnl/ |
D | libnl-3.sym | 193 nl_send_auto;
|
/external/libnl/lib/xfrm/ |
D | ae.c | 650 err = nl_send_auto(sock, msg); in xfrmnl_ae_get_kernel()
|
D | sp.c | 752 err = nl_send_auto(sock, msg); in xfrmnl_sp_get_kernel()
|
D | sa.c | 1121 err = nl_send_auto(sock, msg); in xfrmnl_sa_get_kernel()
|
/external/libnl/doc/ |
D | core.txt | 616 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
|