OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RS_NET_SYN
(Results
1 - 6
of
6
) sorted by relevancy
/src/sbin/routed/
table.c
1349
* This includes routes that had
RS_NET_SYN
for interfaces that
1428
if (RT->rt_state &
RS_NET_SYN
)
1844
|
RS_NET_SYN
| RS_IF)))
1859
rtchange(rt, rt->rt_state & ~(
RS_NET_SYN
| RS_RDISC), rts, label);
1920
/* Junk a
RS_NET_SYN
or RS_LOCAL route,
1955
if (rt->rt_state &
RS_NET_SYN
) {
1960
state |=
RS_NET_SYN
;
1973
state |= (
RS_NET_SYN
| RS_NET_INT);
1979
if (ifp1 != 0 || (state &
RS_NET_SYN
)) {
1982
rtchange(rt, ((rt->rt_state & ~(
RS_NET_SYN
|RS_LOCAL)) | state)
[
all
...]
if.c
1266
rtchange(rt, ((rt->rt_state & ~
RS_NET_SYN
)
1291
RS_NET_SYN
| RS_NET_INT, &loop_rts);
1315
&& (!(rt->rt_state &
RS_NET_SYN
)
1326
RS_NET_SYN
, &new);
1335
&& (rt->rt_state &
RS_NET_SYN
)
1399
& ~(
RS_NET_SYN
| RS_LOCAL)),
defs.h
196
# define
RS_NET_SYN
0x004 /* fake net route for subnet */
239
|
RS_NET_SYN
| RS_RDISC)) \
331
#define IS_NEED_NET_SYN 0x0002000 /* need
RS_NET_SYN
route */
trace.c
533
{ RS_NET_INT,
RS_NET_SYN
, "NET_INT" },
534
{
RS_NET_SYN
, 0, "NET_SYN" },
input.c
727
* of the defense against
RS_NET_SYN
.
731
|| !(rt->rt_state &
RS_NET_SYN
)))
828
* If (rt->rt_state &
RS_NET_SYN
), then this route
output.c
493
if (RT->rt_state &
RS_NET_SYN
) {
Completed in 16 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025