Searched defs:sock (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/wlan/cld80211-lib/ |
D | cld80211_lib.c | 56 struct nl_sock *sock; in create_nl_socket() local 165 int cld80211_recv_msg(struct nl_sock *sock, struct nl_cb *cb) in cld80211_recv_msg() 180 static void cld80211_handle_event(int events, struct nl_sock *sock, in cld80211_handle_event()
|
D | cld80211_lib.h | 44 struct nl_sock *sock; member
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 110 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port) in wifi_socket_set_local_port() 121 struct nl_sock *sock = nl_socket_alloc(); in wifi_create_nl_socket() local 904 static int internal_pollin_handler(wifi_handle handle, struct nl_sock *sock) in internal_pollin_handler() 916 struct nl_sock *sock) in internal_event_handler()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_hal.cpp | 118 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port) in wifi_socket_set_local_port() 127 struct nl_sock *sock = nl_socket_alloc(); in wifi_create_nl_socket() local
|
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/ |
D | VtsHalTetheroffloadControlV1_0TargetTest.cpp | 262 int sock = socket(AF_INET6, SOCK_DGRAM, 0); in interfaceIsUp() local
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 373 int sock = socket(AF_INET, SOCK_DGRAM, IPPROTO_IP); in setInterfaceState() local
|