Searched refs:connect (Results 1 - 25 of 268) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/scripts/
H A Dppp-on20 # used on the connect option. (To do so on a 'root' account would be
36 noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_dummy.c80 int connect; member in struct:snd_seq_dummy_port
100 ev.source.port = p->connect;
131 tmpev.source.port = p->connect;
162 rec->connect = 0;
225 rec1->connect = rec2->port;
226 rec2->connect = rec1->port;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A DMakefile6 cifs-objs := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o link.o misc.o netmisc.o smbdes.o smbencrypt.o transport.o asn1.o md4.o md5.o cifs_unicode.o nterr.o xattr.o cifsencrypt.o fcntl.o readdir.o ioctl.o sess.o export.o
/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxp_main.c62 xpc_set_interface(void (*connect)(int), argument
71 xpc_interface.connect = connect;
87 xpc_interface.connect = (void (*)(int)) xpc_notloaded;
160 xpc_interface.connect(ch_number);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dqconf.cc283 connect(this, SIGNAL(lostFocus()), SLOT(hide()));
334 connect(this, SIGNAL(selectionChanged(void)),
344 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
808 connect(action, SIGNAL(toggled(bool)),
810 connect(parent(), SIGNAL(showNameChanged(bool)),
816 connect(action, SIGNAL(toggled(bool)),
818 connect(parent(), SIGNAL(showRangeChanged(bool)),
824 connect(action, SIGNAL(toggled(bool)),
826 connect(parent(), SIGNAL(showDataChanged(bool)),
929 connect(configAp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/
H A Dhello.cc61 QObject::connect (window->button, SIGNAL (clicked ()),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc48 window->delete_event.connect (SigC::slot (quit_callback));
61 button->clicked.connect (Gtk::Main::quit.slot()); //slot (quit_callback));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-qt/
H A Dqt-watch.cpp107 connect(m_in,SIGNAL(activated(int)),SLOT(gotIn()));
111 connect(m_out,SIGNAL(activated(int)),SLOT(gotOut()));
118 connect(&m_timer, SIGNAL(timeout()), this, SLOT(timeout()));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc406 connect(this, SIGNAL(selectionChanged(void)),
866 connect(backAction, SIGNAL(activated()), SLOT(goBack()));
869 connect(quitAction, SIGNAL(activated()), SLOT(close()));
871 connect(loadAction, SIGNAL(activated()), SLOT(loadConfig()));
873 connect(saveAction, SIGNAL(activated()), SLOT(saveConfig()));
875 connect(saveAsAction, SIGNAL(activated()), SLOT(saveConfigAs()));
877 connect(singleViewAction, SIGNAL(activated()), SLOT(showSingleView()));
879 connect(splitViewAction, SIGNAL(activated()), SLOT(showSplitView()));
881 connect(fullViewAction, SIGNAL(activated()), SLOT(showFullView()));
886 connect(showNameActio
[all...]
/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)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-qt/
H A Dhello.cc59 QObject::connect (button, SIGNAL (clicked ()), &application, SLOT (quit ()));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Devbug.c98 .connect = evbug_connect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_phy.h63 int bcm43xx_phy_connect(struct bcm43xx_private *bcm, int connect);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/
H A Dsoc-dapm.c113 p->connect = 1;
115 p->connect = 0;
127 p->connect = 0;
130 p->connect = 1;
142 p->connect = 1;
151 p->connect = 0;
156 /* connect mux widget to it's interconnecting audio paths */
179 /* connect mixer widget to it's interconnecting audio paths */
402 if (path->sink && path->connect) {
442 if (path->source && path->connect) {
[all...]
/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/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dpppoatm.c155 if (connect(fd, (struct sockaddr *) &pvcaddr,
157 fatal("connect(%s): %m", devnam);
216 connect: &connect_pppoatm,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dath.h100 int (*connect) (int s, void *addr, int length);
108 int (*connect) (int s, struct sockaddr *addr, socklen_t length);
98 int (*connect) (int s, void *addr, int length); member in struct:ath_ops
106 int (*connect) (int s, struct sockaddr *addr, socklen_t length); member in struct:ath_ops
H A Dath.c302 if (ops_set && ops.connect)
303 return (*ops.connect) (s, addr, length);
308 return connect (s, addr, length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/
H A DHello.java44 button.clicked.connect(window, "close()");
/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/src/linux/linux-2.6/include/rdma/
H A Diw_cm.h42 IW_CM_EVENT_CONNECT_REQUEST = 1, /* connect request received */
43 IW_CM_EVENT_CONNECT_REPLY, /* reply from active connect request */
51 IW_CM_EVENT_STATUS_ACCEPTED = 0, /* connect request accepted */
52 IW_CM_EVENT_STATUS_REJECTED, /* connect request rejected */
119 int (*connect)(struct iw_cm_id *cm_id, member in struct:iw_cm_verbs
190 * iw_cm_accept - Called to accept an incoming connect request.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dudplite.c52 .connect = ip4_datagram_connect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dudplite.c47 .connect = ip6_datagram_connect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dplugin.c175 if (connect(conn->sessionSocket, (struct sockaddr *) &sp,
177 fatal("Failed to connect PPPoE socket: %d %m", errno);
215 if (connect(conn->sessionSocket, (struct sockaddr *) &sp,
412 connect: &PPPOEConnectDevice,

Completed in 220 milliseconds

1234567891011