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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsolib-disc.exp75 gdb_test "disconnect" "Ending remote debugging\\." "disconnect after load"
97 gdb_test "disconnect" "Ending remote debugging\\." "disconnect after unload"
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-sink.c95 static void disconnect(SINK_STATE *);
111 disconnect(state);
167 disconnect(state);
172 disconnect(state);
177 disconnect(state);
191 /* disconnect - handle disconnection events */
193 static void disconnect(SINK_STATE *state) function
H A Dsmtp-sink.c125 /* Send a 421 reply and disconnect after receiving one
347 static void disconnect(SINK_STATE *);
716 disconnect(state);
735 /* Stop reading, send premature 550, and disconnect. */
820 disconnect(state);
825 disconnect(state);
836 disconnect(state);
938 #define FLAG_DISCONNECT (1<<4) /* disconnect */
939 #define FLAG_CLOSE (1<<5) /* say goodbye and disconnect */
1205 disconnect(stat
1262 static void disconnect(SINK_STATE *state) function
[all...]
H A Dsmtp-source.c44 /* Don't disconnect after sending a message; send the next
205 static int disconnect = 1; variable
457 * distinguish between server disconnect and connection refused.
843 if (disconnect || message_count < 1) {
889 if (disconnect || message_count < 1) {
905 /* quit_done - disconnect */
918 /* close_session - disconnect, for example after 421 or 521 reply */
987 disconnect = 0;
/netbsd-6-1-5-RELEASE/usr.bin/tip/
H A Dacu.c94 disconnect(NULL);
160 disconnect(const char *reason) function
H A Dtip.h70 char *DI; /* disconnect string */
274 void disconnect(const char *);
H A Dcmds.c647 disconnect(msg);
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dextern.h119 void disconnect(int, char **);
H A Dcmdtab.c202 { "close", H(disconhelp), 0, 1, 1, CMPL0 disconnect },
207 { "disconnect", H(disconhelp), 0, 1, 1, CMPL0 disconnect },
H A Dfetch.c1474 disconnect(0, NULL);
1766 disconnect(0, NULL);
1792 disconnect(0, NULL);
H A Dcmds.c1771 disconnect(0, NULL);
1774 disconnect(0, NULL);
1783 disconnect(int argc, char *argv[]) function
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.h54 virtual void disconnect();
H A Dwpagui.cpp106 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
733 void WpaGui::disconnect() function in class:WpaGui
1288 SLOT(disconnect()));
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dauth.c589 goto disconnect;
611 disconnect:
613 if (the_channel->disconnect)
614 the_channel->disconnect();
677 if (devfd >= 0 && the_channel->disconnect) {
678 the_channel->disconnect();
H A Dpppd.h452 void (*disconnect) __P((void)); member in struct:channel
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/ap/
H A Dwpa_auth.h180 void (*disconnect)(void *ctx, const u8 *addr, u16 reason); member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c113 wpa_printf(MSG_DEBUG, "%s: WPA authenticator requests disconnect: "
451 cb.disconnect = hostapd_wpa_auth_disconnect;
H A Dwpa_auth.c192 if (wpa_auth->cb.disconnect == NULL)
194 wpa_auth->cb.disconnect(wpa_auth->cb.ctx, addr,
1494 /* No point in sending the EAPOL-Key - we will disconnect
1692 /* No point in sending the EAPOL-Key - we will disconnect
1992 /* No point in sending the EAPOL-Key - we will disconnect
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dretcode.c555 int disconnect = 0; local
590 /* disconnect */
596 disconnect = 1;
710 if ( disconnect ) {
1190 if ( strcasecmp( arg, "disconnect" ) == 0 ) {
1193 } else if ( strcasecmp( arg, "pre-disconnect" ) == 0 ) {
1196 } else if ( strcasecmp( arg, "post-disconnect" ) == 0 ) {
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dosiop.c758 printf("%s: Inhibiting disconnect: 0x%02x\n",
893 int disconnect, i; local
928 disconnect = (xs->xs_control & XS_CTL_REQSENSE) == 0 &&
931 ds->msgout[0] = MSG_IDENTIFY(lun, disconnect);
1367 * by the phase change interrupt. If the disconnect
1402 * If data transfer was interrupted by disconnect, curaddr
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h487 void WpaGui::disconnect() function in class:WpaGui

Completed in 357 milliseconds