Home | History | Annotate | Download | only in drivers

Lines Matching refs:alen

1214 	socklen_t alen;
1268 alen = sizeof(addr_in);
1275 alen = sizeof(addr_un);
1277 if (bind(drv->test_socket, addr, alen) < 0) {
2413 socklen_t alen;
2437 alen = sizeof(drv->hostapd_addr_udp);
2441 alen = sizeof(drv->hostapd_addr);
2460 alen = sizeof(addr_un);
2467 if (sendto(drv->test_socket, msg, msg_len, 0, addr, alen) < 0) {