Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 25 of 63) sorted by relevance

123

/linux-2.4.37.9/drivers/i2c/
Di2c-max1617.c64 int remote; member
93 int status, remote, local; in max1617_update() local
97 remote = max1617_read(m->client, MAX1617_REMOTE); in max1617_update()
99 if (status < 0 || remote < 0 || local < 0) { in max1617_update()
110 if (max1617_verbose || (local != m->local) || (remote != m->remote)) { in max1617_update()
112 remote, local, status, statstr); in max1617_update()
115 m->remote = remote; in max1617_update()
146 m->remote = m->local = 0; in max1617_attach()
/linux-2.4.37.9/drivers/net/
Dpppoe.c110 (memcmp(a->remote, b->remote, ETH_ALEN) == 0)); in cmp_2_addr()
116 (memcmp(a->remote,addr,ETH_ALEN) == 0)); in cmp_addr()
158 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote); in __set_item()
219 return get_item(sp->sa_addr.pppoe.sid, sp->sa_addr.pppoe.remote); in get_item_by_addr()
564 delete_item(po->pppoe_pa.sid, po->pppoe_pa.remote); in pppoe_release()
613 delete_item(po->pppoe_pa.sid,po->pppoe_pa.remote); in pppoe_connect()
853 sk->protinfo.pppox->pppoe_pa.remote, in pppoe_sendmsg()
924 sk->protinfo.pppox->pppoe_pa.remote, in __pppoe_xmit()
1015 po->pppoe_pa.remote[0], in pppoe_proc_info()
1016 po->pppoe_pa.remote[1], in pppoe_proc_info()
[all …]
Db44.c378 static void b44_set_flow_ctrl(struct b44 *bp, u32 local, u32 remote) in b44_set_flow_ctrl() argument
385 if (remote & LPA_PAUSE_CAP) in b44_set_flow_ctrl()
388 else if (remote & LPA_PAUSE_ASYM) in b44_set_flow_ctrl()
391 if (remote & LPA_PAUSE_CAP) in b44_set_flow_ctrl()
396 if ((remote & LPA_PAUSE_CAP) && in b44_set_flow_ctrl()
397 (remote & LPA_PAUSE_ASYM)) in b44_set_flow_ctrl()
/linux-2.4.37.9/Documentation/isdn/
DsyncPPP.FAQ33 If you login into a remote machine using the
35 remote terminal server -> use the 'old' pppd
37 If your remote side immediately starts to send
126 Q08: I wanna talk to remote machines, which need
173 from the remote machine. With 'useifip' it gets the
176 Note: the IP address of the remote machine must be configured
177 locally or the remote machine must send it in an IPCP request.
181 options, if you have set your own or the remote address
188 where REMOTE must be the address of the remote machine (the
206 -> fine: your card is dialing and your remote machine
[all …]
DINTERFACE.fax23 This structure stores the values (set by AT-commands), the remote-
86 ISDN_TTY_FAX_RID output of remote ID set in r_id[]
DREADME.syncppp41 (also: ipppd will try to negotiate pointopoint IP as remote IP)
/linux-2.4.37.9/Documentation/networking/
Dlapb-module.txt74 be unacknowledged by the remote end, the value of the window is between 1
213 This is called by the LAPB module when the link is established by the remote
225 LAPB_NOTCONNECTED The remote system was not connected.
226 LAPB_TIMEDOUT No response was received in N2 tries from the remote
232 This is called by the LAPB module when the link is terminated by the remote
234 returned in response to a lapb_connect_request (see above) if the remote
237 LAPB_OK The LAPB link was terminated normally by the remote
239 LAPB_REFUSED The remote system refused the connect request.
240 LAPB_NOTCONNECTED The remote system was not connected.
241 LAPB_TIMEDOUT No response was received in N2 tries from the remote
[all …]
Dproc_net_tcp.txt13 | | | | |------> remote TCP port number
14 | | | |-------------> remote IPv4 address
Dslicecom.txt92 on on Recepion is ok, but the remote end sends Remote Alarm
194 # echo remote >/proc/comx/comx0/loopback
198 remote - the board sends the received data to the remote side
265 // RRA - Receive Remote Alarm - the remote end's OK, but singnals error cond.
359 remote loop - I echo the remote transmission back.
Dframerelay.txt7 Each DLCI is a point-to-point link between your machine and a remote one.
Dslicecom.hun204 papaya:# echo remote >/proc/comx/comx0/loopback
208 remote - a kartya a kivulrol vett jelet adja kifele
367 remote loop - a kivulrol jovo adast adom vissza
/linux-2.4.37.9/net/ipv4/
Dipip.c143 static struct ip_tunnel * ipip_tunnel_lookup(u32 remote, u32 local) in ipip_tunnel_lookup() argument
145 unsigned h0 = HASH(remote); in ipip_tunnel_lookup()
151 remote == t->parms.iph.daddr && (t->dev->flags&IFF_UP)) in ipip_tunnel_lookup()
155 if (remote == t->parms.iph.daddr && (t->dev->flags&IFF_UP)) in ipip_tunnel_lookup()
169 u32 remote = t->parms.iph.daddr; in ipip_bucket() local
174 if (remote) { in ipip_bucket()
176 h ^= HASH(remote); in ipip_bucket()
212 u32 remote = parms->iph.daddr; in ipip_tunnel_locate() local
219 if (remote) { in ipip_tunnel_locate()
221 h ^= HASH(remote); in ipip_tunnel_locate()
[all …]
Dip_gre.c162 static struct ip_tunnel * ipgre_tunnel_lookup(u32 remote, u32 local, u32 key) in ipgre_tunnel_lookup() argument
164 unsigned h0 = HASH(remote); in ipgre_tunnel_lookup()
169 if (local == t->parms.iph.saddr && remote == t->parms.iph.daddr) { in ipgre_tunnel_lookup()
175 if (remote == t->parms.iph.daddr) { in ipgre_tunnel_lookup()
198 u32 remote = t->parms.iph.daddr; in ipgre_bucket() local
206 if (remote && !MULTICAST(remote)) { in ipgre_bucket()
208 h ^= HASH(remote); in ipgre_bucket()
240 u32 remote = parms->iph.daddr; in ipgre_tunnel_locate() local
250 if (remote && !MULTICAST(remote)) { in ipgre_tunnel_locate()
252 h ^= HASH(remote); in ipgre_tunnel_locate()
[all …]
/linux-2.4.37.9/net/ipv6/
Dsit.c82 static struct ip_tunnel * ipip6_tunnel_lookup(u32 remote, u32 local) in ipip6_tunnel_lookup() argument
84 unsigned h0 = HASH(remote); in ipip6_tunnel_lookup()
90 remote == t->parms.iph.daddr && (t->dev->flags&IFF_UP)) in ipip6_tunnel_lookup()
94 if (remote == t->parms.iph.daddr && (t->dev->flags&IFF_UP)) in ipip6_tunnel_lookup()
108 u32 remote = t->parms.iph.daddr; in ipip6_bucket() local
113 if (remote) { in ipip6_bucket()
115 h ^= HASH(remote); in ipip6_bucket()
150 u32 remote = parms->iph.daddr; in ipip6_tunnel_locate() local
157 if (remote) { in ipip6_tunnel_locate()
159 h ^= HASH(remote); in ipip6_tunnel_locate()
[all …]
/linux-2.4.37.9/net/802/
DTODO13 According to IEEE, connections are identified by (remote mac + local mac
16 the remote mac only.
25 difficult to simulate a remote busy condition and hence to test the code
/linux-2.4.37.9/net/atm/
Dsvc.c229 vcc->remote = *addr; in svc_connect()
232 sigd_enq(vcc,as_connect,NULL,NULL,&vcc->remote); in svc_connect()
396 new_vcc->remote = msg->svc; in svc_accept()
444 memcpy(addr,peer ? &ATM_SD(sock)->remote : &ATM_SD(sock)->local, in svc_getname()
552 ATM_SD(sock)->remote.sas_family = AF_ATMSVC; in svc_create()
Dproc.c167 svc_addr(seq, &clip_vcc->vcc->remote); in atmarp_info()
374 here += sprintf(here,"%s%s",vcc->remote.sas_addr.pub, in svc_info()
375 *vcc->remote.sas_addr.pub && *vcc->remote.sas_addr.prv ? "+" : ""); in svc_info()
376 if (*vcc->remote.sas_addr.prv) in svc_info()
379 vcc->remote.sas_addr.prv[i]); in svc_info()
/linux-2.4.37.9/Documentation/
Ddnotify.txt41 actual file system is on a remote server. This implies that remote
43 Also, remote accesses to files served by a local kernel NFS server should
/linux-2.4.37.9/include/linux/
Dif_pppox.h46 unsigned char remote[ETH_ALEN]; /* Remote address */ member
Dmroute.h143 __u32 local,remote; /* Addresses(remote for tunnels)*/ member
/linux-2.4.37.9/include/asm-ppc64/iSeries/
DHvCallEvent.h318 static inline HvLpDma_Rc HvCallEvent_dmaToSp(void* local, u32 remote, u32 length, HvLpDma_Direction… in HvCallEvent_dmaToSp() argument
326 remote, in HvCallEvent_dmaToSp()
/linux-2.4.37.9/Documentation/BK-usage/
Dbk-kernel-howto.txt57 CVS-like setup, the parent would be a remote server on the Internet,
64 the remote tree you do not have, and merges them. Sending changes in
66 in the local tree the remote does not yet have, and merges them.
112 trees, and remote trees. If one were to graph the relationships between
144 that "bk push" sends all local changesets the remote doesn't have. This
/linux-2.4.37.9/Documentation/arm/empeg/
Dir.txt8 The Kenwood KCA-R6A remote control generates a sequence like the following:
/linux-2.4.37.9/Documentation/video4linux/bttv/
DREADME.WINVIEW7 infra-red remote control decoded on the board, I will add support for this
/linux-2.4.37.9/drivers/usb/serial/
Dkeyspan_pda.S474 ;; are we self-powered? no. can we do remote wakeup? no
501 ;; 01: Clear_Feature (sub-switch on wValueL: stall, remote wakeup)
507 ;; Clear_Feature(remote wakeup). ignored.
514 ;; 03: Set_Feature (sub-switch on wValueL: stall, remote wakeup)
520 ;; Set_Feature(remote wakeup). ignored.

123