Searched refs:remote (Results 1 - 25 of 163) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutp_utils.h2 uint16 UTP_GetUDPMTU(const struct sockaddr *remote, socklen_t remotelen);
5 uint16 UTP_GetUDPOverhead(const struct sockaddr *remote, socklen_t remotelen);
13 void UTP_DelaySample(const struct sockaddr *remote, int sample_ms);
15 size_t UTP_GetPacketSize(const struct sockaddr *remote);
H A Dutp_config.h9 uint64 UTP_GetGlobalUTPBytesSent(const struct sockaddr *remote, socklen_t remotelen) { return 0; } argument
H A Dutp_config_example.h7 uint64 UTP_GetGlobalUTPBytesSent(const struct sockaddr *remote, socklen_t remotelen) { return 0; } argument
H A Dutp_utils.cpp189 uint16 UTP_GetUDPMTU(const struct sockaddr *remote, socklen_t remotelen) argument
193 return remote->sa_family == AF_INET6 ? UDP_TEREDO_MTU : UDP_IPV4_MTU;
196 uint16 UTP_GetUDPOverhead(const struct sockaddr *remote, socklen_t remotelen) argument
200 return remote->sa_family == AF_INET6 ? UDP_TEREDO_OVERHEAD : UDP_IPV4_OVERHEAD;
208 void UTP_DelaySample(const struct sockaddr *remote, int sample_ms) {} argument
209 size_t UTP_GetPacketSize(const struct sockaddr *remote) { return 1500; } argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dkeyspan_remote.c23 #define DRIVER_DESC "Driver for the USB Keyspan remote control."
35 /* Defines for converting the data from the remote. */
94 /* Structure to store all the real stuff that a remote sends to us. */
124 /* variables used to parse messages from remote. */
133 * Debug routine that prints out what we've received from the remote.
176 static void keyspan_report_button(struct usb_keyspan *remote, int button, int press) argument
178 struct input_dev *input = remote->input;
181 input_report_key(input, remote->keymap[button], press);
186 * Routine that handles all the logic needed to parse out the message from the remote.
188 static void keyspan_check_data(struct usb_keyspan *remote) argument
405 struct usb_keyspan *remote = input_get_drvdata(dev); local
416 struct usb_keyspan *remote = input_get_drvdata(dev); local
446 struct usb_keyspan *remote; local
558 struct usb_keyspan *remote; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-config-files/
H A Dclient.conf40 # You can have multiple remote entries
42 remote my-server-1 1194
43 ;remote my-server-2 1194
45 # Choose a random host from the remote
48 ;remote-random
H A Dstatic-home.conf16 remote 1.2.3.4
19 # 10.1.0.1 is our remote VPN endpoint (office).
36 # for local and remote.
50 # Send a UDP ping to remote once
H A Dtls-home.conf16 remote 1.2.3.4
19 # 10.1.0.1 is our remote VPN endpoint (office).
47 # for local and remote.
61 # Send a UDP ping to remote once
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A DMakefile.am15 transmission-remote.1
19 transmission-remote
38 transmission_remote_SOURCES = remote.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dremote.js47 remote = this;
51 remote._token = token;
56 remote._error = request.responseText
59 if (!remote._error.length)
60 remote._error = 'Server not responding';
65 'alert(remote._error);',
68 remote._controller.togglePeriodicSessionRefresh(false);
76 var remote = this;
87 beforeSend: function(XHR){ remote.appendSessionId(XHR); },
88 error: function(request, error_string, exception){ remote
[all...]
H A DMakefile.am11 remote.js \
H A Dprefs-dialog.js8 function PrefsDialog(remote) {
12 remote: null,
100 data.remote.updateBlocklist();
144 data.remote.savePrefs(o);
161 data.remote.savePrefs(o);
175 initialize = function (remote)
179 data.remote = remote;
301 data.remote.checkPort(onPortChecked,this);
317 initialize (remote);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/examples/
H A Dftp.conf4 remote-completion = off
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/init.d/
H A Dremote.sh17 ln -s /opt/remote/plugin/remote/RemoteShare.htm /tmp/www/pluging/RemoteShare.htm
20 ln -s /opt/remote/plugin/remote/RMT_invite.htm /tmp/www/cgi-bin/RMT_invite.htm
21 ln -s /opt/remote/plugin/remote/RMT_invite.cgi /tmp/www/cgi-bin/RMT_invite.cgi
22 ln -s /opt/remote/plugin/remote/func.sh /tmp/www/cgi-bin/func.sh
26 ${nvram} set leafp2p_sys_prefix="/opt/remote"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/env/
H A DMakefile4 intro.html naming.html open.html region.html remote.html \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/contrib/openvpn-fwmarkroute-1.00/
H A Dfwmarkroute.down6 remote_network=`ipcalc -n "$remote"/"$remote_netmask_bits"`
15 iptables -D OUTPUT -t mangle -d "$remote" -j MARK --set-mark 2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/ibmasm/
H A DMakefile8 remote.o \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Disakmp.c155 struct sockaddr_storage remote; local
157 int remote_len = sizeof(remote);
166 MSG_PEEK, (struct sockaddr *)&remote, &remote_len,
177 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
181 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
194 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
202 0, (struct sockaddr *)&remote, &remote_len,
212 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
220 len, saddr2str((struct sockaddr *)&remote));
224 switch (remote
[all...]
H A Dremoteconf.c72 * search remote configuration.
77 * Other: remote configuration entry.
80 getrmconf(remote)
81 struct sockaddr *remote;
91 switch (remote->sa_family) {
93 if (((struct sockaddr_in *)remote)->sin_port != IPSEC_PORT_ANY)
98 if (((struct sockaddr_in6 *)remote)->sin6_port != IPSEC_PORT_ANY)
104 "invalid family: %d\n", remote->sa_family);
108 GETNAMEINFO(remote, addr, port);
115 if ((!withport && cmpsaddrwop(remote,
[all...]
H A Dhandler.c123 * search for isakmpsa handler by remote address.
128 getph1byaddr(local, remote)
129 struct sockaddr *local, *remote;
137 && cmpsaddrwop(remote, p->remote) == 0)
171 memcpy(&pd->remote, iph1->remote, sysdep_sa_len(iph1->remote));
208 if (iph1->remote) {
209 racoon_free(iph1->remote);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/aMule/
H A Damule.sh17 cp /etc/aMule/remote.conf $emule_work_dir
19 [ ! -f $emule_work_dir/amule.conf -o ! -f $emule_work_dir/remote.conf ] && {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/aMule/
H A Damule.sh17 cp /etc/aMule/remote.conf $emule_work_dir
19 [ ! -f $emule_work_dir/amule.conf -o ! -f $emule_work_dir/remote.conf ] && {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dpppoe_client.c31 memcpy(&ses->remote, &p_in->addr, sizeof(struct sockaddr_ll));
32 memcpy(&ses->curr_pkt.addr, &ses->remote , sizeof(struct sockaddr_ll));
86 memcpy( &ses->curr_pkt.addr, &ses->remote , sizeof(struct sockaddr_ll));
127 memcpy(ses->sp.sa_addr.pppoe.remote, p_in->addr.sll_addr, ETH_ALEN);
132 ses->sp.sa_addr.pppoe.dev, ses->sp.sa_addr.pppoe.remote);
183 memcpy(&ses->remote, &ses->local, sizeof(struct sockaddr_ll) );
185 memset( ses->remote.sll_addr, 0xff, ETH_ALEN);
199 memcpy(&ses->remote, &ses->local, sizeof(struct sockaddr_ll) );
202 ses->sp.sa_addr.pppoe.remote[i] = addr[i];
203 ses->remote
[all...]
H A Dpppd_utils.c34 ses->remote.sll_addr[0],
35 ses->remote.sll_addr[1],
36 ses->remote.sll_addr[2],
37 ses->remote.sll_addr[3],
38 ses->remote.sll_addr[4],
39 ses->remote.sll_addr[5],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-input.c58 struct card_ir *ir = btv->remote;
93 struct card_ir *ir = btv->remote;
132 struct card_ir *ir = btv->remote;
141 struct card_ir *ir = btv->remote;
154 struct card_ir *ir = btv->remote;
163 /* remote IRQ? */
232 if (btv->remote->polling) {
233 del_timer_sync(&btv->remote->timer);
237 if (btv->remote->rc5_gpio) {
240 del_timer_sync(&btv->remote
[all...]

Completed in 156 milliseconds

1234567