Searched refs:connect (Results 126 - 150 of 474) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dfit2.c134 .connect = fit2_connect,
H A Dktti.c111 .connect = ktti_connect,
H A Don20.c136 .connect = on20_connect,
H A Dparide.h151 void (*connect)(PIA *); member in struct:pi_protocol
H A Dkbic.c263 .connect = k951_connect,
279 .connect = k971_connect,
H A Dparide.c138 pi->proto->connect(pi);
174 pi->proto->connect(pi);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Ddaemon_user.c64 if (connect(pri->control, (struct sockaddr *) ctl_addr,
67 printk(UM_KERN_ERR "daemon_open : control connect failed, "
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dpvc.c110 .connect = pvc_connect,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dserio.h65 int (*connect)(struct serio *, struct serio_driver *drv); member in struct:serio_driver
H A Dgameport.h60 int (*connect)(struct gameport *, struct gameport_driver *drv); member in struct:gameport_driver
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dtcp.c96 ret = connect(fd, cur_ai->ai_addr, cur_ai->ai_addrlen);
H A Dudp.c264 if (av_find_info_tag(buf, sizeof(buf), "connect", p)) {
268 if (connect(s->udp_fd, (struct sockaddr *) &s->dest_addr,
271 av_log(h, AV_LOG_ERROR, "connect: %s\n", strerror(errno));
347 if (av_find_info_tag(buf, sizeof(buf), "connect", p)) {
427 if (connect(udp_fd, (struct sockaddr *) &s->dest_addr, s->dest_addr_len)) {
428 av_log(h, AV_LOG_ERROR, "connect: %s\n", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dhttp.c113 connect(fd, (struct sockaddr *) &sin, sizeof(sin)) < 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dunistd.in.h61 # undef connect macro
62 # define connect connect_used_without_including_sys_socket_h macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dsocket.c61 #define CONN_TIMEOUT_DEFAULT 8000 /* default connect timeout = 8s */
112 * operations might interfere with each other. For example, doing a connect
114 * ACK message meant for the connect. While additional work could be done
949 /* Complete connection setup for an implied connect */
1351 * connect - establish a connection to another TIPC port
1360 static int connect(struct socket *sock, struct sockaddr *dest, int destlen, function
1372 /* For now, TIPC does not allow use of connect() with DGRAM/RDM types */
1379 /* For now, TIPC does not support the non-blocking form of connect() */
1790 .connect = connect,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfile-tree.cc676 connect( this, SIGNAL(clicked(const QModelIndex&)),
679 connect( &myModel, SIGNAL(priorityChanged(const QSet<int>&, int)),
682 connect( &myModel, SIGNAL(wantedChanged(const QSet<int>&, bool)),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddbll.c174 static int connect(struct dynamic_loader_initialize *this);
510 zl_lib->init.dl_init.connect = connect;
654 zl_lib->init.dl_init.connect = connect;
1373 * ======== connect ========
1375 static int connect(struct dynamic_loader_initialize *this) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Drtacct.c597 (connect(fd, (struct sockaddr*)&sun, 2+1+strlen(sun.sun_path+1)) == 0
599 connect(fd, (struct sockaddr*)&sun, 2+1+strlen(sun.sun_path+1)) == 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dtcp.c184 ret = connect(m->fd, (struct sockaddr *)&m->addr, m->sockaddr_len);
204 /* We use this to rate-limit the amount of connect() calls per second. */
238 /* we got an attempt to connect but we already have a client? */
247 /* the other peer wants to connect ... */
279 /* We rate-limit the amount of connect() calls. */
285 ret = connect(m->fd, (struct sockaddr *)&m->addr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dprotocol.tex80 \twocolitem{{\bf wxPROTO\_CONNERR}}{The client failed to connect the server.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dnet.c273 if( ( connect( s, (struct sockaddr *) &sock,
284 tr_err( _( "Couldn't connect socket %d to %s, port %d (errno %d - %s)" ),
462 rc = connect(s, dst, dst_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dcore.h348 struct cfg80211_connect_params *connect,
353 struct cfg80211_connect_params *connect,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_atm.c172 if (connect(s,(struct sockaddr *) &addr,addr.sas_family == AF_ATMPVC ?
174 perror("connect");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-cleanup-sockets.c253 ret = connect (se->fd, (struct sockaddr*) &saddr, sizeof (saddr));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnetwork.c301 while ((ret = connect(fd, addr, addrlen))) {

Completed in 150 milliseconds

1234567891011>>