OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nrs
(Results
1 - 3
of
3
) sorted by null
/external/dhcpcd-6.8.2/
ipv4.c
650
struct rt_head *
nrs
, *dnr;
local
659
nrs
= malloc(sizeof(*
nrs
));
660
if (
nrs
== NULL) {
664
TAILQ_INIT(
nrs
);
689
if ((find_route(
nrs
, rt, NULL)) != NULL)
722
TAILQ_INSERT_TAIL(
nrs
, rt, next);
730
if (find_route(
nrs
, rt, NULL) == NULL &&
738
ctx->ipv4_routes =
nrs
;
ipv6.c
2024
struct rt6_head dnr, *
nrs
;
local
[
all
...]
/external/openssh/
krl.c
551
struct revoked_serial *rs, *
nrs
;
local
580
nrs
= RB_NEXT(revoked_serial_tree, &rc->revoked_serials, rs);
581
final =
nrs
== NULL;
582
gap =
nrs
== NULL ? 0 :
nrs
->lo - rs->hi;
[
all
...]
Completed in 92 milliseconds