Home
last modified time | relevance | path

Searched refs:disconnect (Results 1 – 25 of 135) sorted by relevance

123456

/NextBSD/sys/netgraph/bluetooth/socket/
HDTODO6 1) Deal properly with "shutdown"s and hook "disconnect"s
9 have "disconnect"ed downstream hook. Should L2CAP node deal
/NextBSD/contrib/wpa/src/radius/
HDradius_das.c27 enum radius_das_res (*disconnect)(void *ctx, member
145 res = das->disconnect(das->ctx, &attrs); in radius_das_disconnect()
366 das->disconnect = conf->disconnect; in radius_das_init()
HDradius_das.h48 enum radius_das_res (*disconnect)(void *ctx, member
/NextBSD/usr.bin/tip/tip/
HDacu.c94 disconnect(NOSTR); in con()
163 disconnect(char *reason) in disconnect() function
HDtip.h316 void disconnect(char *);
/NextBSD/crypto/heimdal/appl/ftp/ftp/
HDcmdtab.c129 { "close", disconhelp, 0, 1, 1, disconnect },
134 { "disconnect", disconhelp, 0, 1, 1, disconnect },
HDextern.h68 void disconnect (int, char **);
/NextBSD/sys/netgraph/
HDng_ip_input.c101 .disconnect = ngipi_disconnect,
HDng_echo.c72 .disconnect = nge_disconnect,
HDng_ether_echo.c76 .disconnect = ngee_disconnect,
HDng_hub.c77 .disconnect = ng_hub_disconnect,
HDng_split.c62 .disconnect = ng_split_disconnect,
HDng_hole.c112 .disconnect = ngh_disconnect,
HDng_UI.c88 .disconnect = ng_UI_disconnect,
HDng_atmllc.c74 .disconnect = ng_atmllc_disconnect,
/NextBSD/contrib/tnftp/src/
HDextern.h123 void disconnect(int, char **);
HDcmdtab.c210 { "close", H(disconhelp), 0, 1, 1, CMPL0 disconnect },
215 { "disconnect", H(disconhelp), 0, 1, 1, CMPL0 disconnect },
/NextBSD/sys/netgraph/bluetooth/l2cap/
HDTODO39 7) Deal properly with "shutdown"s and hook "disconnect"s
/NextBSD/contrib/wpa/src/drivers/
HDdriver_common.c197 !CHECK_TRIGGER(disconnect) && in wpa_get_wowlan_triggers()
/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_cm.c866 int disconnect = 1; in process_peer_close() local
901 disconnect = 0; in process_peer_close()
905 disconnect = 0; in process_peer_close()
918 disconnect = 0; in process_peer_close()
921 disconnect = 0; in process_peer_close()
927 if (disconnect) in process_peer_close()
HDiw_cxgb_qp.c895 int disconnect = 0; in iwch_modify_qp() local
989 disconnect = 1; in iwch_modify_qp()
1005 disconnect = 1; in iwch_modify_qp()
1091 if (disconnect) { in iwch_modify_qp()
/NextBSD/sys/contrib/vchiq/interface/vchi/connections/
HDconnection.h300 VCHI_CONNECTION_DISCONNECT disconnect; member
/NextBSD/include/apple/sys/
HDkern_control.h621 ctl_disconnect_func disconnect; /* Break contact */ member
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDcm.c285 int disconnect = 1; in process_peer_close() local
306 disconnect = 0; in process_peer_close()
348 disconnect = 0; in process_peer_close()
355 disconnect = 0; in process_peer_close()
371 disconnect = 0; in process_peer_close()
377 disconnect = 0; in process_peer_close()
388 if (disconnect) { in process_peer_close()
/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDusb.h70 void (*disconnect) (struct usb_interface *intf); member

123456