Searched refs:ctrl_sock (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dnet_backend_netgraph.c58 int ctrl_sock; local
96 &ctrl_sock, &be->fd) < 0) {
101 if (NgSendMsg(ctrl_sock, ".",
105 close(ctrl_sock);
109 close(ctrl_sock);
/freebsd-current/contrib/wpa/hostapd/
H A Dctrl_iface.c4163 if (hapd->ctrl_sock > -1) {
4182 hapd->ctrl_sock = -1;
4205 hapd->ctrl_sock = socket(res->ai_family, res->ai_socktype,
4207 if (hapd->ctrl_sock < 0) {
4212 if (bind(hapd->ctrl_sock, res->ai_addr, res->ai_addrlen) < 0) {
4231 if (eloop_register_read_sock(hapd->ctrl_sock,
4244 if (hapd->ctrl_sock >= 0)
4245 close(hapd->ctrl_sock);
4252 if (hapd->ctrl_sock > -1) {
4379 hapd->ctrl_sock
[all...]
/freebsd-current/contrib/wpa/src/ap/
H A Dhostapd.h205 int ctrl_sock; member in struct:hostapd_data
H A Dhostapd.c2393 hapd->ctrl_sock = -1;

Completed in 117 milliseconds