Home | History | Annotate | Download | only in hostapd

Lines Matching refs:sock

952 static void hostapd_ctrl_iface_receive(int sock, void *eloop_ctx,
965 res = recvfrom(sock, buf, sizeof(buf) - 1, 0,
978 sendto(sock, "FAIL\n", 5, 0, (struct sockaddr *) &from,
1131 sendto(sock, reply, reply_len, 0, (struct sockaddr *) &from, fromlen);
1370 static void hostapd_global_ctrl_iface_receive(int sock, void *eloop_ctx,
1381 res = recvfrom(sock, buf, sizeof(buf) - 1, 0,
1412 sendto(sock, reply, reply_len, 0, (struct sockaddr *) &from, fromlen);