OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newrt
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/mrouted/
route.c
700
struct
newrt
{
struct
710
const struct
newrt
*r1 = (const struct
newrt
*)rt1;
711
const struct
newrt
*r2 = (const struct
newrt
*)rt2;
743
struct
newrt
rt[4096];
/src/sys/netinet6/
icmp6.c
2402
struct rtentry *
newrt
= NULL;
local
2436
RTF_GATEWAY | RTF_HOST, sin6tosa(&ssrc), &
newrt
);
local
2438
if (
newrt
) {
2439
(void)rt_timer_add(
newrt
, icmp6_redirect_timeout,
2441
rt_unref(
newrt
);
/src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc
10559
tree
newrt
= TREE_TYPE (newtype);
10562
&& comptypes (oldrt,
newrt
))
10527
tree
newrt
= TREE_TYPE (newtype);
local
/src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc
9621
tree
newrt
= TREE_TYPE (newtype);
9624
&& comptypes (oldrt,
newrt
))
9589
tree
newrt
= TREE_TYPE (newtype);
local
Completed in 43 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026