Home
last modified time | relevance | path

Searched refs:nl_socket_set_local_port (Results 1 – 6 of 6) sorted by relevance

/external/libnl/include/netlink/
Dsocket.h27 extern void nl_socket_set_local_port(struct nl_sock *, uint32_t);
/external/libnl/lib/
Dsocket.c386 void nl_socket_set_local_port(struct nl_sock *sk, uint32_t port) in nl_socket_set_local_port() function
/external/libnl/python/netlink/
Dcore.py209 capi.nl_socket_set_local_port(self._sock, int(value))
Dcapi.i178 extern void nl_socket_set_local_port(struct nl_sock *, uint32_t);
/external/libnl/doc/
Dcore.txt770 void nl_socket_set_local_port(struct nl_sock *sk, uint32_t port);
970 address as defined in the socket (see nl_socket_set_local_port()) into
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c95 nl_socket_set_local_port(handle, pid); in nl80211_handle_alloc()