Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dctrl_iface_unix.c81 int sndbuf, outq; in wpas_ctrl_sock_debug() local
87 optlen = sizeof(sndbuf); in wpas_ctrl_sock_debug()
88 sndbuf = 0; in wpas_ctrl_sock_debug()
89 if (getsockopt(sock, SOL_SOCKET, SO_SNDBUF, &sndbuf, &optlen) < 0) in wpas_ctrl_sock_debug()
90 sndbuf = -1; in wpas_ctrl_sock_debug()
97 title, sock, sndbuf, outq, (int) len); in wpas_ctrl_sock_debug()
299 int sndbuf, outq; in wpas_ctrl_iface_throttle() local
301 optlen = sizeof(sndbuf); in wpas_ctrl_iface_throttle()
302 sndbuf = 0; in wpas_ctrl_iface_throttle()
303 if (getsockopt(sock, SOL_SOCKET, SO_SNDBUF, &sndbuf, &optlen) < 0 || in wpas_ctrl_iface_throttle()
[all …]