Searched refs:connect (Results 351 - 375 of 474) sorted by relevance

<<111213141516171819

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.c958 * Do the connect.
960 if (connect(ctxt->controlFd, (struct sockaddr *) &ctxt->ftpAddr,
1461 if (connect(ctxt->dataFd, (struct sockaddr *) &dataAddr, dataAddrLen) < 0) {
2073 "Couldn't connect to %s\n", argv[1]);
2082 "Couldn't connect to localhost\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Darpd.c203 if (connect(udp_sock, (struct sockaddr*)&dst, sizeof(dst)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-sita.c336 if (connect(sockfd, (struct sockaddr *)u->serv_addr, sizeof(struct sockaddr_in)) < 0) {
337 fprintf(stderr, "pcap can't connect to IOP at %s\n", ip);
769 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/
H A Dindex.py195 DB = MySQLdb.connect(passwd=passwd, db=db)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgsocket.cpp603 // If a local address has been set, then we need to bind to it before calling connect
610 ret = connect(m_fd, m_peer->m_addr, m_peer->m_len);
616 /* If connect failed with EWOULDBLOCK and the GSocket object
634 /* If connect failed with EWOULDBLOCK and the GSocket object
647 /* If connect failed with an error other than EWOULDBLOCK,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dconnect.c66 #include "connect.h"
178 * 'duringconnect' is FALSE if not during a connect, as then of course the
179 * connect timeout is not taken into account!
214 /* if we're not during connect, there's no default timeout so if we're
466 * verifyconnect() returns TRUE if the connect really has happened.
480 * In May 2004, we bring it back to offer more info back on connect failures.
520 /* This wasn't a successful connect */
733 /* figure out how long time we have left to connect */
753 /* check socket for connect */
758 infof(data, "After %ldms connect tim
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/OS400/
H A Dos400sys.c1383 return connect(sd, (struct sockaddr *) &laddr, i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A DMakefile.in525 strtok.c connect.c llist.c hash.c multi.c content_encoding.c share.c \
543 wildcard.h fileinfo.h ftplistparser.h strtok.h connect.h llist.h \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dcfg80211.c772 .connect = iwm_cfg80211_connect,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpppoe.c17 * 030700 : Fixed connect logic to allow for disconnect.
518 /* We're no longer connect at the PPPOE layer,
1157 .connect = pppoe_connect,
H A Dpptp.c1209 .connect = pptp_connect,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c150 char *pty_socket = NULL; /* Socket to connect to pty */
183 { "connect", o_string, &connect_script,
454 option_error("connect script is required for demand-dialling\n");
457 /* default holdoff to 0 if no connect script has been given */
895 /* get a socket and connect it to the other end */
905 if (connect(sock, (struct sockaddr *)&sad, sizeof(sad)) < 0) {
906 error("Can't connect to %s: %m", dest);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dhttp.c413 if (connect(sock, (struct sockaddr *) &address, sizeof (struct sockaddr_in)) == -1)
417 status = g_strdup_printf(_("Couldn't connect to host %s"), chost);
437 status = g_strdup_printf(_("Couldn't connect to host %s"),
544 status = g_strdup_printf(_("Couldn't connect to host %s\nServer reported: %s"), chost, status);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dindex.py195 DB = MySQLdb.connect(passwd=passwd, db=db)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Diwcm.c75 * Allocating them in connect and listen avoids having to deal
86 * If work elements cannot be allocated for the new connect request cm_id,
266 /* Wait if we're currently in a connect or accept downcall */
287 /* accept or connect returned !0 */
333 * Wait if we're currently in a connect or accept downcall. A
410 * Start listening for connect requests. Generates one CONNECT_REQUEST
411 * event for each inbound connect request.
575 ret = cm_id->device->iwcm->connect(cm_id, iw_param);
596 * Handles an inbound connect request. The function creates a new
707 * The app has called connect an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_provider.c858 dev->ibdev.iwcm->connect = c2_connect;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Devdev.c771 * No need to do any locking here as calls to connect and
817 * to connect and disconnect so we don't need to lock evdev_table here.
901 .connect = evdev_connect,
H A Djoydev.c961 .connect = joydev_connect,
H A Dmousedev.c1057 .connect = mousedev_connect,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Danalog.c757 .connect = analog_connect,
H A Dsidewinder.c819 .connect = sw_connect,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dserio.c67 retval = drv->connect(serio, drv);
337 * are registered by driver's connect() handler so there can't be a grandchild
938 /* called from serio_driver->connect/disconnect methods under serio_mutex */
951 /* called from serio_driver->connect/disconnect methods under serio_mutex */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dpd.c406 pi_current->proto->connect(pi_current);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/po/
H A DMakefile80 ../src/connect.c \

Completed in 169 milliseconds

<<111213141516171819