Home
last modified time | relevance | path

Searched refs:nra (Results 1 – 2 of 2) sorted by relevance

/NextBSD/usr.sbin/rtadvd/
HDrtadvd.c1075 ra_input(int len, struct nd_router_advert *nra, in ra_input() argument
1095 error = nd6_options((struct nd_opt_hdr *)(nra + 1), in ra_input()
1129 if (nra->nd_ra_curhoplimit && rai->rai_hoplimit && in ra_input()
1130 nra->nd_ra_curhoplimit != rai->rai_hoplimit) { in ra_input()
1134 ifi->ifi_ifname, nra->nd_ra_curhoplimit, in ra_input()
1140 if ((nra->nd_ra_flags_reserved & ND_RA_FLAG_MANAGED) != in ra_input()
1151 if ((nra->nd_ra_flags_reserved & ND_RA_FLAG_OTHER) != in ra_input()
1162 reachabletime = ntohl(nra->nd_ra_reachable); in ra_input()
1174 retranstimer = ntohl(nra->nd_ra_retransmit); in ra_input()
/NextBSD/sys/fs/nfsclient/
HDnfs_clbio.c421 int nra, error = 0, n = 0, on = 0; in ncl_bioread() local
477 for (nra = 0; nra < nmp->nm_readahead && nra < seqcount && in ncl_bioread()
478 (off_t)(lbn + 1 + nra) * biosize < nsize; nra++) { in ncl_bioread()
479 rabn = lbn + 1 + nra; in ncl_bioread()