Home
last modified time | relevance | path

Searched refs:nl_socket_get_local_port (Results 1 – 9 of 9) sorted by relevance

/third_party/libnl/tests/
Dtest-socket-creation.c11 nl_socket_get_local_port(h[0])); in main()
15 nl_socket_get_local_port(h[0])); in main()
24 nl_socket_get_local_port(h[i])); in main()
/third_party/libnl/include/netlink/
Dsocket.h26 extern uint32_t nl_socket_get_local_port(const struct nl_sock *);
/third_party/libnl/
Dlibnl-3.sym216 nl_socket_get_local_port;
/third_party/libnl/lib/
Dsocket.c365 uint32_t nl_socket_get_local_port(const struct nl_sock *sk) in nl_socket_get_local_port() function
Dnl.c488 nlh->nlmsg_pid = nl_socket_get_local_port(sk); in nl_complete_msg()
/third_party/libnl/python/netlink/
Dcore.py205 return capi.nl_socket_get_local_port(self._sock)
Dcapi.i179 extern uint32_t nl_socket_get_local_port(const struct nl_sock *);
/third_party/libnl/doc/
Dcore.txt769 uint32_t nl_socket_get_local_port(const struct nl_sock *sk);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c102 uint32_t port = nl_socket_get_local_port(handle); in nl80211_handle_destroy()