OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_socket_get_peer_port
(Results
1 - 4
of
4
) sorted by null
/external/libnl/include/netlink/
socket.h
37
extern uint32_t
nl_socket_get_peer_port
(const struct nl_sock *);
/external/libnl/lib/
socket.c
524
uint32_t
nl_socket_get_peer_port
(const struct nl_sock *sk)
function
/external/libnl/python/netlink/
capi.i
180
extern uint32_t
nl_socket_get_peer_port
(const struct nl_sock *);
core.py
213
return capi.
nl_socket_get_peer_port
(self._sock)
Completed in 680 milliseconds