Home
last modified time | relevance | path

Searched refs:nl_sendto (Results 1 – 5 of 5) sorted by relevance

/third_party/libnl/include/netlink/
Dnetlink.h56 extern int nl_sendto(struct nl_sock *, void *, size_t);
/third_party/libnl/
Dlibnl-3.sym199 nl_sendto;
/third_party/libnl/lib/
Dnl.c271 int nl_sendto(struct nl_sock *sk, void *buf, size_t size) in nl_sendto() function
/third_party/libnl/python/netlink/
Dcore.py238 ret = capi.nl_sendto(self._sock, buf, len(buf))
/third_party/libnl/doc/
Dcore.txt995 .Sending Raw Data with nl_sendto()
1004 int nl_sendto(struct nl_sock *sk, void *buf, size_t size);