Searched refs:disconnect (Results 1 - 25 of 115) sorted by relevance

12345

/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_das.h53 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf
H A Dradius_das.c28 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_data
147 res = das->disconnect(das->ctx, &attrs);
554 das->disconnect = conf->disconnect;
/freebsd-11-stable/usr.bin/tip/tip/
H A Dacu.c94 disconnect(NOSTR);
163 disconnect(char *reason) function
H A Dtip.h74 EXTERN char *DI; /* disconnect string */
320 void disconnect(char *);
/freebsd-11-stable/sys/netgraph/
H A Dng_echo.c72 .disconnect = nge_disconnect,
H A Dng_ip_input.c101 .disconnect = ngipi_disconnect,
H A Dng_ether_echo.c76 .disconnect = ngee_disconnect,
H A Dng_hub.c77 .disconnect = ng_hub_disconnect,
H A Dng_split.c62 .disconnect = ng_split_disconnect,
H A Dng_UI.c88 .disconnect = ng_UI_disconnect,
H A Dng_hole.c112 .disconnect = ngh_disconnect,
H A Dng_gif_demux.c156 .disconnect = ng_gif_demux_disconnect,
H A Dng_ipfw.c90 .disconnect = ng_ipfw_disconnect,
H A Dng_sample.c117 .disconnect = ng_xxx_disconnect,
H A Dng_atmllc.c74 .disconnect = ng_atmllc_disconnect,
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmdtab.c129 { "close", disconhelp, 0, 1, 1, disconnect },
134 { "disconnect", disconhelp, 0, 1, 1, disconnect },
H A Dextern.h68 void disconnect (int, char **);
/freebsd-11-stable/contrib/tnftp/src/
H A Dextern.h123 void disconnect(int, char **);
H A Dcmdtab.c210 { "close", H(disconhelp), 0, 1, 1, CMPL0 disconnect },
215 { "disconnect", H(disconhelp), 0, 1, 1, CMPL0 disconnect },
/freebsd-11-stable/sys/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h199 // Callback to inform of a disconnect
227 // Routine to disconnect from a service
299 // Callback to notify that peer has requested disconnect
300 VCHI_CONNECTION_DISCONNECT disconnect; member in struct:opaque_vchi_connection_api_t
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c579 int disconnect = 1; local
597 disconnect = 0;
636 disconnect = 0;
643 disconnect = 0;
659 disconnect = 0;
665 disconnect = 0;
675 if (disconnect) {
871 int disconnect = 0; local
879 disconnect = process_mpa_reply(ep);
882 disconnect
1873 int disconnect = 0; local
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h70 void (*disconnect)(struct usb_interface *intf); member in struct:usb_driver
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_common.c225 !CHECK_TRIGGER(disconnect) &&
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c865 int disconnect = 1; local
900 disconnect = 0;
904 disconnect = 0;
917 disconnect = 0;
920 disconnect = 0;
926 if (disconnect)
1051 * For (2), we move the QP into TERMINATE, post a QP event and disconnect.
1439 CTR3(KTR_IW_CXGB, "%s ignoring disconnect ep %p state %u\n",
H A Diw_cxgb_qp.c895 int disconnect = 0; local
989 disconnect = 1;
1005 disconnect = 1;
1087 * If disconnect is 1, then we need to initiate a disconnect
1091 if (disconnect) {

Completed in 215 milliseconds

12345