Searched refs:connect (Results 401 - 425 of 474) sorted by relevance

<<111213141516171819

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Dforward.c1274 connect(last_server->tcpfd, &last_server->addr.sa, sa_len(&last_server->addr)) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvms_x_fix.h1077 #define sys$connect SYS$CONNECT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dgsocket.cpp995 // If a local address has been set, then we need to bind to it before calling connect
1007 ret = connect(m_fd, m_peer->m_addr, m_peer->m_len);
1013 * If connect above returns 0, we are already connected and need to make the
1024 /* If connect failed with EINPROGRESS and the GSocket object
1051 /* If connect failed with EINPROGRESS and the GSocket object
1064 /* If connect failed with an error other than EINPROGRESS,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dlowcomms.c114 void (*connect_action) (struct connection *); /* What to do to connect */
286 /* Data available on socket or listen socket received a connect */
503 log_print("reject connect from unknown addr");
737 log_print("connect from non cluster node");
920 log_print("attempt to connect sock 0 foiled");
956 log_print("could not bind for connect: %d", result);
964 sock->ops->connect(sock, (struct sockaddr *)&saddr, addr_len,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanohttp.c876 if (connect (s, addr, addrlen) == -1) {
1129 "xmlNanoHTTPConnectHost: unable to connect to '%s'.\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_sel.c386 * Makes a best-effort attempt to connect to the indicated site. Returns a
552 why = "can't create socket to connect";
558 ret, "can't make nonblock socket to connect");
563 if (connect(s, ai->ai_addr, (socklen_t)ai->ai_addrlen) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanohttp.c875 if (connect (s, addr, addrlen) == -1) {
1128 "xmlNanoHTTPConnectHost: unable to connect to '%s'.\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Datkbd.c1253 .connect = atkbd_connect,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dpsmouse-base.c1477 .connect = psmouse_connect,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Dbcm.c1573 .connect = bcm_connect,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netrom/
H A Daf_netrom.c1373 .connect = nr_connect,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dsock.h710 int (*connect)(struct sock *sk, member in struct:proto
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dnanohttp.c875 if (connect (s, addr, addrlen) == -1) {
1128 "xmlNanoHTTPConnectHost: unable to connect to '%s'.\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evrtsp/
H A Drtsp.c818 event_debug(("%s: connect failed for \"%s:%d\" on %d: %s",
1791 if (connect(fd, ai->ai_addr, ai->ai_addrlen) == -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dregress_http.c152 if (connect(fd, sa, slen) == -1)
153 event_err(1, "connect failed");
349 /* connect to the second port */
500 /* connect to the second port */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/vtysh/
H A Dvtysh.c1550 ret = connect (sock, (struct sockaddr *) &addr, len);
1554 fprintf(stderr, "vtysh_connect(%s): connect = %s\n", path, strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.c876 if (connect (s, addr, addrlen) == -1) {
1129 "xmlNanoHTTPConnectHost: unable to connect to '%s'.\n",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmain.c451 devfd = the_channel->connect();
498 * Print connect time and statistics.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dconfigure19737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in libraries" >&5
19738 $as_echo_n "checking for connect in libraries... " >&6; }
19750 int connect(int, void*, int);
19756 if(0 != connect(0, 0, 0))
19777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cannot find connect" >&5
19778 $as_echo "cannot find connect" >&6; }
19779 as_fn_error $? "cannot find connect function in libraries." "$LINENO" 5
28976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if connect can be linked" >&5
28977 $as_echo_n "checking if connect can be linked... " >&6; }
28989 if(0 != connect(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dcontrol.c877 ret = connect(pox_fd, (struct sockaddr *)&sax, sizeof(sax));
902 log (LOG_DEBUG, "Couldn't connect PPPoL2TP\n");
1944 ; /* cprintf(LOG_DEBUG, "Couldn't connect channel to ppp0\n"); */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dcfg.c1125 /* generate connect message to cfg80211 */
1228 /* Scan for the SSID we're going to connect to */
1971 .connect = lbs_cfg_connect,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dtcp.c459 /* the node num comparison and single connect/accept path should stop
502 * it will back off if it shouldn't connect. This can be called
1442 /* called when a connect completes and after a sock is accepted. the
1527 * having a connect attempt fail, etc. This centralizes the logic which decides
1528 * if a connect attempt should be made or if we should give up and all future
1564 * now try to connect to it again.
1621 ret = sc->sc_sock->ops->connect(sc->sc_sock,
1630 mlog(ML_NOTICE, "connect attempt to " SC_NODEF_FMT " failed "
1711 /* ensure an immediate connect attempt */
1793 mlog(ML_NOTICE, "attempt to connect fro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c156 /* Wordlist giving remote telephone numbers which may connect. */
403 "Set telephone number(s) which are allowed to connect",
518 * set_permitted_number - set remote telephone number(s) that may connect.
558 devfd = the_channel->connect();
1089 * connect time has expired.
2282 * auth_number - check whether the remote number is allowed to connect.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c1417 dev->ibdev.iwcm->connect = iwch_connect;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dinput.c849 error = handler->connect(handler, dev, id);
1938 * connect() method.
1966 * Since we are supposed to be called from ->connect()

Completed in 257 milliseconds

<<111213141516171819