Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Dnet_backends.c460 int ctrl_sock; in ng_init() local
498 &ctrl_sock, &be->fd) < 0) { in ng_init()
503 if (NgSendMsg(ctrl_sock, ".", in ng_init()
507 close(ctrl_sock); in ng_init()
511 close(ctrl_sock); in ng_init()
/freebsd-13.1/contrib/wpa/hostapd/
H A Dctrl_iface.c4163 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init()
4182 hapd->ctrl_sock = -1; in hostapd_ctrl_iface_init()
4207 if (hapd->ctrl_sock < 0) { in hostapd_ctrl_iface_init()
4244 if (hapd->ctrl_sock >= 0) in hostapd_ctrl_iface_init()
4245 close(hapd->ctrl_sock); in hostapd_ctrl_iface_init()
4252 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init()
4379 hapd->ctrl_sock = s; in hostapd_ctrl_iface_init()
4406 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_deinit()
4412 close(hapd->ctrl_sock); in hostapd_ctrl_iface_deinit()
4413 hapd->ctrl_sock = -1; in hostapd_ctrl_iface_deinit()
[all …]
/freebsd-13.1/contrib/wpa/src/ap/
H A Dhostapd.h205 int ctrl_sock; member
H A Dhostapd.c2378 hapd->ctrl_sock = -1; in hostapd_alloc_bss_data()