Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Dnet_backend_netgraph.c58 int ctrl_sock; in ng_init() local
96 &ctrl_sock, &be->fd) < 0) { in ng_init()
101 if (NgSendMsg(ctrl_sock, ".", in ng_init()
105 close(ctrl_sock); in ng_init()
109 close(ctrl_sock); in ng_init()
/freebsd-14.2/contrib/wpa/hostapd/
H A Dctrl_iface.c4729 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init()
4748 hapd->ctrl_sock = -1; in hostapd_ctrl_iface_init()
4773 if (hapd->ctrl_sock < 0) { in hostapd_ctrl_iface_init()
4810 if (hapd->ctrl_sock >= 0) in hostapd_ctrl_iface_init()
4811 close(hapd->ctrl_sock); in hostapd_ctrl_iface_init()
4818 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_init()
4945 hapd->ctrl_sock = s; in hostapd_ctrl_iface_init()
4972 if (hapd->ctrl_sock > -1) { in hostapd_ctrl_iface_deinit()
4978 close(hapd->ctrl_sock); in hostapd_ctrl_iface_deinit()
4979 hapd->ctrl_sock = -1; in hostapd_ctrl_iface_deinit()
[all …]
/freebsd-14.2/contrib/wpa/src/ap/
H A Dhostapd.h223 int ctrl_sock; member
H A Dhostapd.c2901 hapd->ctrl_sock = -1; in hostapd_alloc_bss_data()