Searched refs:connect (Results 1 - 25 of 268) sorted by last modified time

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dlp.c904 if ( connect( s, (struct sockaddr *)&saun,
906 LOG(log_error, logtype_papd, "lp_conn_unix connect %s: %s", saun.sun_path, strerror(errno) );
953 if ( connect( privfd, (struct sockaddr *)&sin,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/dbd/
H A Dcnid_dbd.c115 if (connect(sock, p->ai_addr, p->ai_addrlen) == -1) {
165 LOG(log_error, logtype_cnid, "getfd: connect CNID server %s: %s",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dserver_ipc.c165 EC_ZERO_LOG( connect(fd, (struct sockaddr *)&address, address_length) ); /* 1 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure18483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in libraries" >&5
18484 $as_echo_n "checking for connect in libraries... " >&6; }
18496 int connect(int, void*, int);
18502 if(0 != connect(0, 0, 0))
18523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cannot find connect" >&5
18524 $as_echo "cannot find connect" >&6; }
18525 as_fn_error "cannot find connect function in libraries." "$LINENO" 5
26776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if connect can be linked" >&5
26777 $as_echo_n "checking if connect can be linked... " >&6; }
26789 if(0 != connect(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dexternalsocket.c24 * socket to libcurl to use. This example also handles the connect itself.
45 /* The IP address and port number to connect to */
92 * Note that libcurl will internally think that you connect to the host
110 if(connect(sockfd,(struct sockaddr *) &servaddr, sizeof(servaddr)) ==
113 printf("client error: connect: %s\n", strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile85 http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo \
120 libcurlu_la-connect.lo libcurlu_la-llist.lo \
475 memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \
493 connect.h llist.h hash.h content_encoding.h share.h curl_md4.h \
614 include ./$(DEPDIR)/connect.Plo
668 include ./$(DEPDIR)/libcurlu_la-connect.Plo
1084 libcurlu_la-connect.lo: connect.c
1085 if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-connect.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-connect
[all...]
H A DMakefile.in85 http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo \
120 libcurlu_la-connect.lo libcurlu_la-llist.lo \
475 memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \
493 connect.h llist.h hash.h content_encoding.h share.h curl_md4.h \
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Plo@am__quote@
668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-connect.Plo@am__quote@
1084 libcurlu_la-connect.lo: connect.c
1085 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-connect.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-connect
[all...]
H A DMakefile.inc15 memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \
33 connect.h llist.h hash.h content_encoding.h share.h curl_md4.h \
H A DMakefile.vc10502 $(DIROBJ)\connect.obj \
H A DMakefile.vc6502 $(DIROBJ)\connect.obj \
H A DMakefile.vc8502 $(DIROBJ)\connect.obj \
H A DMakefile.vc9502 $(DIROBJ)\connect.obj \
H A Dconnect.c72 #include "connect.h"
122 * 'duringconnect' is FALSE if not during a connect, as then of course the
123 * connect timeout is not taken into account!
158 /* if we're not during connect, there's no default timeout so if we're
180 * waitconnect() waits for a TCP connect on the given socket for the specified
205 /* now select() until we get connect or timeout */
212 /* error, no connect here, try next */
422 * verifyconnect() returns TRUE if the connect really has happened.
436 * In May 2004, we bring it back to offer more info back on connect failures.
476 /* This wasn't a successful connect */
[all...]
H A Dsetup-os400.h134 #define connect Curl_os400_connect macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/OS400/
H A Dos400sys.c993 return connect(sd, (struct sockaddr *) &laddr, i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dsockfilt.c25 * 1. Accept a TCP connection on a custom port (ipv4 or ipv6), or connect
651 logmsg("====> Client connect");
904 else if(!strcmp("--connect", argv[arg])) {
905 /* Asked to actively connect to the specified local port instead of
913 fprintf(stderr, "sockfilt: invalid --connect argument (%s)\n",
922 /* Set an IP address to use with --connect; otherwise use localhost */
939 " --connect [port]\n"
970 /* Active mode, we should connect to the given port number */
983 rc = connect(sock, &me.sa, sizeof(me.sa4));
994 rc = connect(soc
[all...]
H A Dtftpd.c855 if(connect(peer, &from.sa, sizeof(from.sa4)) < 0) {
856 logmsg("connect: fail");
870 if (connect(peer, &from.sa, sizeof(from.sa6)) < 0) {
871 logmsg("connect: fail");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dinst.msg10 echo connect with a web browser to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure14205 # If we can't find connect, try looking in -lsocket, -lnsl, and -linet.
14206 # The Irix 5 libc.so has connect and gethostbyname, but Irix 5 also has
14211 for ac_func in connect
14470 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
14471 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
14490 char connect ();
14494 connect (); function
14547 echo "$as_me:$LINENO: checking for connect in -linet" >&5
14548 echo $ECHO_N "checking for connect in -linet... $ECHO_C" >&6
14567 char connect ();
14571 connect (); function
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dvfs.h205 int (*connect)(struct vfs_handle_struct *handle, struct connection_struct *conn, const char *service, const char *user); member in struct:vfs_ops::vfs_fn_pointers
316 struct vfs_handle_struct *connect; member in struct:vfs_ops::vfs_handles_pointers
H A Dvfs_macros.h31 #define SMB_VFS_CONNECT(conn, service, user) ((conn)->vfs.ops.connect((conn)->vfs.handles.connect, (conn), (service), (user)))
132 #define SMB_VFS_OPAQUE_CONNECT(conn, service, user) ((conn)->vfs_opaque.ops.connect((conn)->vfs_opaque.handles.connect, (conn), (service), (user)))
233 #define SMB_VFS_NEXT_CONNECT(handle, conn, service, user) ((handle)->vfs_next.ops.connect((handle)->vfs_next.handles.connect, (conn), (service), (user)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsock_exec.c64 if (connect(fd[1],(struct sockaddr *)&sock,sizeof(sock)) == -1) {
74 if (connect(fd[1],(struct sockaddr *)&sock,sizeof(sock)) != 0
H A Dutil_sock.c754 /* and connect it to the destination */
757 ret = connect(res,(struct sockaddr *)&sock_out,sizeof(sock_out));
846 if (connect(sockets[i], (struct sockaddr *)&(addrs[i]),
867 /* All of the connect's resulted in real error conditions */
871 /* Lets see if any of the connect attempts succeeded */
903 * successful connect, the socket is only writable. Upon an
973 if (connect(res,(struct sockaddr *)&sock_out,sizeof(sock_out))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwb_common.c205 /* If socket file doesn't exist, don't bother trying to connect
232 for (wait_time = 0; connect(fd, (struct sockaddr *)&sunaddr, sizeof(sunaddr)) == -1;
284 if (connect(fd, (struct sockaddr *)&sunaddr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dgtkdictbrowser.py43 win.connect("destroy", mainquit)
71 self.entry.connect("activate", self.filter_activated)
79 self.list.connect("select_child", self.key_selected)
92 self.text.connect("event", self.event_handler)

Completed in 241 milliseconds

1234567891011