OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_socket_set_local_port
(Results
1 - 4
of
4
) sorted by null
/external/libnl/include/netlink/
socket.h
27
extern void
nl_socket_set_local_port
(struct nl_sock *, uint32_t);
/external/libnl/lib/
socket.c
255
void
nl_socket_set_local_port
(struct nl_sock *sk, uint32_t port)
function
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp
93
nl_socket_set_local_port
(sock, pid + (port << 22));
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
68
nl_socket_set_local_port
(handle, pid);
[
all
...]
Completed in 461 milliseconds