Searched refs:rap (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Drdisc.c577 struct icmp_ra *rap = (struct icmp_ra *) ALLIGN(outpack); local
587 rap->icmp_type = ICMP_ROUTER_ADVERTISEMENT;
588 rap->icmp_code = 0;
589 rap->icmp_cksum = 0;
590 rap->icmp_num_addrs = 0;
591 rap->icmp_wpa = 2;
592 rap->icmp_lifetime = htons(lft);
597 * physical interface. (increment with rap->icmp_wpa * 4 for
603 packetlen += rap->icmp_wpa * 4;
604 rap
731 struct icmp_ra *rap = (struct icmp_ra *)ALLIGN(icp); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Da2065.c148 ll->rap = LE_CSR1;
150 ll->rap = LE_CSR2;
152 ll->rap = LE_CSR3;
156 ll->rap = LE_CSR0;
245 ll->rap = LE_CSR0;
374 ll->rap = LE_CSR0;
391 ll->rap = LE_CSR0;
434 ll->rap = LE_CSR0; /* LANCE Controller Status */
470 ll->rap = LE_CSR0;
483 ll->rap
[all...]
H A Da2065.h42 unsigned short rap; /* Register Address Port */ member in struct:lance_regs
H A Ddeclance.c281 * so we have to give the structure an extra member making rap pointing
287 volatile unsigned short rap; /* register address port */ member in struct:lance_regs
312 writereg(&ll->rap, LE_CSR1);
314 writereg(&ll->rap, LE_CSR2);
316 writereg(&ll->rap, LE_CSR3);
320 writereg(&ll->rap, LE_CSR0);
522 writereg(&ll->rap, LE_CSR0);
667 writereg(&ll->rap, LE_CSR0);
683 writereg(&ll->rap, LE_CSR0);
733 writereg(&ll->rap, LE_CSR
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dtftpd.c1294 struct tftphdr *rap; /* ack buffer */ local
1301 rap = &ackbuf.hdr;
1304 rap->th_opcode = htons((unsigned short)opcode_ACK);
1305 rap->th_block = htons(recvblock);
1356 rap->th_opcode = htons((unsigned short)opcode_ACK); /* send the "final" ack */
1357 rap->th_block = htons(recvblock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dipv6_sockglue.c41 struct ip6_ra_chain *ra, *new_ra, **rap; local
50 for (rap = &ip6_ra_chain; (ra=*rap) != NULL; rap = &ra->next) {
58 *rap = ra->next;
73 *rap = new_ra;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_sockglue.c256 struct ip_ra_chain *ra, *new_ra, **rap; local
264 for (rap = &ip_ra_chain; (ra = *rap) != NULL; rap = &ra->next) {
273 rcu_assign_pointer(*rap, ra->next);
296 rcu_assign_pointer(*rap, new_ra);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dvfs.c805 struct raparms *ra, **rap, **frap = NULL; local
814 for (rap = &rab->pb_head; (ra = *rap); rap = &ra->p_next) {
819 frap = rap;
826 rap = frap;
833 if (rap != &rab->pb_head) {
834 *rap = ra->p_next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dmain.c198 struct atport *ap, *zap, *rap; local
207 ap=zap=rap=NULL;
220 rap = ap;
531 sat.sat_port = rap->ap_port;
593 sendto_iface(iface,rap->ap_fd, packet, data - packet, &sat);
623 sendto_iface(iface, rap->ap_fd, packet, data - packet, &sat);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtlb_uv.c285 struct reset_args *rap; local
290 rap = (struct reset_args *)ptr;
305 (msg->sending_cpu == rap->sender) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 417 milliseconds