Home
last modified time | relevance | path

Searched refs:rap (Results 1 – 25 of 114) sorted by relevance

12345

/external/dhcpcd-6.8.2/
Dipv6nd.c322 struct ra *rap; in ipv6nd_expire() local
327 TAILQ_FOREACH(rap, ifp->ctx->ipv6->ra_routers, next) { in ipv6nd_expire()
328 if (rap->iface == ifp) { in ipv6nd_expire()
329 rap->received = now; in ipv6nd_expire()
330 rap->expired = seconds ? 0 : 1; in ipv6nd_expire()
335 rap->lifetime = seconds; in ipv6nd_expire()
336 TAILQ_FOREACH(ap, &rap->addrs, next) { in ipv6nd_expire()
342 ipv6_addaddrs(&rap->addrs); in ipv6nd_expire()
343 TAILQ_FOREACH(rao, &rap->options, next) { in ipv6nd_expire()
356 ipv6nd_reachable(struct ra *rap, int flags) in ipv6nd_reachable() argument
[all …]
Dipv6.c1898 make_route(const struct interface *ifp, const struct ra *rap) in make_route() argument
1911 if (rap) in make_route()
1912 r->mtu = rap->mtu; in make_route()
1919 make_prefix(const struct interface *ifp, const struct ra *rap, in make_prefix() argument
1940 r = make_route(ifp, rap); in make_prefix()
1954 make_router(const struct ra *rap) in make_router() argument
1958 r = make_route(rap->iface, rap); in make_router()
1963 r->gate = rap->from; in make_router()
1975 struct ra *rap; in ipv6_build_ra_routes() local
1978 TAILQ_FOREACH(rap, ctx->ra_routers, next) { in ipv6_build_ra_routes()
[all …]
/external/iputils/
Drdisc.c587 struct icmp_ra *rap = (struct icmp_ra *) ALLIGN(outpack); in advertise() local
597 rap->icmp_type = ICMP_ROUTER_ADVERTISEMENT; in advertise()
598 rap->icmp_code = 0; in advertise()
599 rap->icmp_cksum = 0; in advertise()
600 rap->icmp_num_addrs = 0; in advertise()
601 rap->icmp_wpa = 2; in advertise()
602 rap->icmp_lifetime = htons(lft); in advertise()
613 packetlen += rap->icmp_wpa * 4; in advertise()
614 rap->icmp_num_addrs++; in advertise()
617 rap->icmp_cksum = in_cksum( (u_short *)rap, packetlen ); in advertise()
[all …]
/external/curl/tests/server/
Dtftpd.c1315 struct tftphdr *rap; /* ack buffer */ in recvtftp() local
1322 rap = &ackbuf.hdr; in recvtftp()
1325 rap->th_opcode = htons((unsigned short)opcode_ACK); in recvtftp()
1326 rap->th_block = htons(recvblock); in recvtftp()
1377 rap->th_opcode = htons((unsigned short)opcode_ACK); /* send the "final" in recvtftp()
1379 rap->th_block = htons(recvblock); in recvtftp()
/external/icu/icu4c/source/data/lang/
Daz_Cyrl.txt285 rap{"рапануи"}
Dky.txt294 rap{"рапаньюча"}
Dpa.txt304 rap{"ਰਾਪਾਨੁਈ"}
Dchr.txt295 rap{"ᎳᏆᏄᏫ"}
Dkm.txt289 rap{"រ៉ាប៉ានូ"}
Dkk.txt289 rap{"рапануй тілі"}
Dsi.txt304 rap{"රපනුයි"}
Dmn.txt299 rap{"рапануи"}
Dor.txt326 rap{"ରାପାନୁଇ"}
Dbe.txt318 rap{"рапануі"}
Dbrx.txt324 rap{"रापानुई"}
Dhy.txt333 rap{"ռապանուի"}
Dks.txt330 rap{"رَپانوی"}
Dmy.txt316 rap{"ရပန်နူအီ"}
Dam.txt369 rap{"ራፓኑኢ"}
Dbs_Cyrl.txt334 rap{"рапануи"}
Dur.txt316 rap{"رپانوی"}
Dka.txt367 rap{"რაპანუი"}
Dhe.txt400 rap{"רפאנוי"}
Dne.txt447 rap{"रापानुई"}
Dhi.txt393 rap{"रापानुई"}

12345