Searched refs:CONNECT (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/ppp-786.1.1/Documentation/scripts/
H A Dppp-on-dialer15 CONNECT '' \
H A Dredialer51 CONNECT '' \
/macosx-10.10/libpcap-48/libpcap/
H A Datmuni31.h47 #define CONNECT 0x07 /* connect */ macro
/macosx-10.10/tcpdump-61/tcpdump/
H A Datmuni31.h47 #define CONNECT 0x07 /* connect */ macro
H A Dprint-atm.c234 { CONNECT, "Connect" },
/macosx-10.10/efax-38/efax/
H A Defaxio.h19 BUSY = 'B', CONNECT = 'C', DATA='D', ERROR = 'E', enumerator in enum:promptcodes
H A Defax.c61 " -w don't answer phone, wait for OK or CONNECT instead\n"
102 #define TO_C2B 450 /* Class 2 DIS to CONNECT:(DCS+TCF+CFR)xretries */
928 ckcmd ( f, &err, s, TO_FT, CONNECT ) ;
979 c = cmd ( f, s, T3S ) ; // CONNECT or +FRH:3
982 c = cmd ( f, 0, T2 ) ; // CONNECT
989 if ( c == CONNECT ) {
1063 ckcmd ( f, &err, "+FTH=3" , TO_FT, CONNECT ) ;
1078 ckcmd ( f, &err, 0, TO_DRAIN_H, ( type & MORE_FR ) ? CONNECT : OK ) ;
1140 case CONNECT:
1205 c = CONNECT ; /* implie
[all...]
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/eg/
H A Dnet-ssl-test39 -p Proxy server, via CONNECT method, localhost:80 format
108 == FAILED TO CONNECT ==
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dprocess_test.c1043 TC_FORK_STREAMS(capture, CAPTURE, connect, CONNECT);
1048 TC_FORK_STREAMS(connect, CONNECT, capture, CAPTURE);
1049 TC_FORK_STREAMS(connect, CONNECT, connect, CONNECT);
1050 TC_FORK_STREAMS(connect, CONNECT, default, DEFAULT);
1051 TC_FORK_STREAMS(connect, CONNECT, inherit, INHERIT);
1052 TC_FORK_STREAMS(connect, CONNECT, redirect_fd, REDIRECT_FD);
1053 TC_FORK_STREAMS(connect, CONNECT, redirect_path, REDIRECT_PATH);
1055 TC_FORK_STREAMS(default, DEFAULT, connect, CONNECT);
1061 TC_FORK_STREAMS(inherit, INHERIT, connect, CONNECT);
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_odbc.c856 if (!apr_strnatcasecmp(name[i], "CONNECT")) {
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_acts.c184 #define CONNECT 20 /* first valid message timeout */ macro
403 * here is token CONNECT. Send the message to the clockstats.
407 if (strcmp(tbuf, "CONNECT") != 0) {
412 up->timer = CONNECT;
801 up->timer = CONNECT;
848 * In CONNECT state the call did not complete.
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm20 DATA CONNECT ENGINE ALL );
40 use constant CONNECT => 128; # Data transmitted by the CONNECT method constant
52 $METHODS{http} = [qw( CONNECT DELETE GET HEAD OPTIONS POST PUT TRACE )];
324 . ( $req->method eq 'CONNECT' ? $req->uri->host_port : $req->uri ) );
374 # CONNECT method is a very special case
375 if( ! defined $self->response and $req->method eq 'CONNECT' ) {
564 "Forwarding CONNECT request to next proxy: $up" );
595 $response->content( "CONNECT failed: $@");
630 $self->log( ERROR, "CONNECT", "Rea
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/
H A DProxy.pm20 DATA CONNECT ENGINE ALL );
40 use constant CONNECT => 128; # Data transmitted by the CONNECT method constant
52 $METHODS{http} = [qw( CONNECT DELETE GET HEAD OPTIONS POST PUT TRACE )];
324 . ( $req->method eq 'CONNECT' ? $req->uri->host_port : $req->uri ) );
374 # CONNECT method is a very special case
375 if( ! defined $self->response and $req->method eq 'CONNECT' ) {
564 "Forwarding CONNECT request to next proxy: $up" );
595 $response->content( "CONNECT failed: $@");
630 $self->log( ERROR, "CONNECT", "Rea
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dsend_to_kdc.c302 enum host_state { CONNECT, CONNECTING, CONNECTED, WAITING_REPLY, DEAD } state; enumerator in enum:host::host_state
863 host->state = CONNECT;
1063 case CONNECT:
1103 if (h->state == CONNECT) {
1150 if (h->state != CONNECT)
/macosx-10.10/ruby-106/ruby/test/open-uri/
H A Dtest_ssl.rb94 assert_match(%r[CONNECT #{url.sub(%r{\Ahttps://}, '')} ], sio.string)
100 assert_match(%r[CONNECT #{url.sub(%r{\Ahttps://}, '')} ], sio.string)
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/
H A DSSLeay.pm249 to the proxy server, which is not the C<CONNECT> request that some
251 F<mod_proxy>. The C<CONNECT> method is used by C<Crypt::SSLeay>'s
/macosx-10.10/vim-55/runtime/syntax/
H A Dfgl.vim32 syn keyword fglKeyword COMPOSITES COMPRESS CONCURRENT CONNECT CONNECTION
H A Dsdl.vim63 syn keyword sdlStatement CHANNEL ENDCHANNEL CONNECT
H A Dtf.vim98 syn keyword tfHook ACTIVITY BACKGROUND BAMF CONFAIL CONFLICT CONNECT DISCONNECT
H A Dapache.vim47 syn keyword apacheMethodOption GET POST PUT DELETE CONNECT OPTIONS TRACE PATCH PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK contained
H A Dopenroad.vim21 syntax keyword openroadKeyword CLEAR CLOSE COMMIT CONNECT CONTINUE COPY COUNT
H A Dplsql.vim52 syn keyword plsqlSQLKeyword CLUSTERS COLAUTH COLUMN COMMENT COMPRESS CONNECT
/macosx-10.10/vim-55/src/
H A Dif_sniff.c37 #define CONNECT 64 macro
45 #define RQ_CONNECT RQ_NONE + CONNECT
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DgenSCPreferences.c210 #define CONNECT "Connect" macro
1190 { SC_10_8_IPHONE_6_0_PRIVATE, NETVAL VPN ONDEMAND RULE ACTION, CONNECT, NULL, NULL },
1201 { SC_10_9_IPHONE_7_0_PRIVATE, NETVAL VPN ONDEMAND RULE ACTION PARAMETERS DOMAIN ACTION, CONNECT IFNEEDED, NULL, NULL },
1202 { SC_10_9_IPHONE_7_0_PRIVATE, NETVAL VPN ONDEMAND RULE ACTION PARAMETERS DOMAIN ACTION, NEVER CONNECT, NULL, NULL },
1210 { SC_10_9_IPHONE_7_0_PRIVATE, NETVAL VPN PLUGIN CAPABILITY, CONNECT, NULL, NULL },
/macosx-10.10/emacs-93/emacs/src/
H A Dsysdep.c4637 if ((SYS$CONNECT (&xrab) & 01) == 01 &&
4689 status = SYS$CONNECT (&uaf_rab);
4753 status = SYS$CONNECT (&uaf_rab);

Completed in 308 milliseconds

12