OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTAX_DST
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/net/
rtsock_shared.c
245
__CTASSERT(
RTAX_DST
== 0);
612
"for info->rti_info[
RTAX_DST
] %s "
616
RT_IN_PRINT(info, abuf,
RTAX_DST
),
674
info.rti_info[
RTAX_DST
] = NULL;
679
info.rti_info[
RTAX_DST
] = NULL;
684
info.rti_info[
RTAX_DST
] = NULL;
689
info.rti_info[
RTAX_DST
] = NULL;
700
if (info.rti_info[
RTAX_DST
] == NULL ||
701
(info.rti_info[
RTAX_DST
]->sa_family >= AF_MAX)) {
705
if (info.rti_info[
RTAX_DST
]->sa_family == AF_INET)
[
all
...]
rtsock.c
168
info.rti_info[
RTAX_DST
] = dst;
197
info.rti_info[
RTAX_DST
] = rt_getkey(rt);
route.c
601
info.rti_info[
RTAX_DST
] = dst;
889
info.rti_info[
RTAX_DST
] = dst;
946
info.rti_info[
RTAX_DST
] = dst;
971
info.rti_info[
RTAX_DST
] = rt_getkey(rt);
1065
info.rti_info[
RTAX_DST
] = dst;
1100
const struct sockaddr *dst = info->rti_info[
RTAX_DST
];
1149
const struct sockaddr *dst = info->rti_info[
RTAX_DST
];
1555
info.rti_info[
RTAX_DST
] = rt_getkey(rt);
1600
info.rti_info[
RTAX_DST
] = rt_getkey(rt);
1645
info.rti_info[
RTAX_DST
] = dst
[
all
...]
route.h
318
#define
RTAX_DST
0 /* destination sockaddr present */
if_llatbl.c
94
info.rti_info[
RTAX_DST
] = sa;
635
const struct sockaddr *dst = info->rti_info[
RTAX_DST
];
/src/usr.sbin/rtadvd/
if.c
226
if ((dst = rti_info[
RTAX_DST
]) == NULL ||
295
return &SIN6(rti_info[
RTAX_DST
])->sin6_addr;
/src/usr.sbin/route6d/
route6d.c
1567
if (rta[
RTAX_DST
] == NULL) {
1571
if (rta[
RTAX_DST
]->sin6_family != AF_INET6) {
1575
if (IN6_IS_ADDR_LINKLOCAL(&rta[
RTAX_DST
]->sin6_addr)) {
1579
if (IN6_ARE_ADDR_EQUAL(&rta[
RTAX_DST
]->sin6_addr, &in6addr_loopback)) {
1583
if (IN6_IS_ADDR_MULTICAST(&rta[
RTAX_DST
]->sin6_addr)) {
1602
if (!rta[
RTAX_DST
] || !rta[RTAX_GATEWAY]) {
1617
if (rt_del(rta[
RTAX_DST
], rta[RTAX_GATEWAY],
/src/sbin/route/
rtutil.c
276
if ((sa = rti_info[
RTAX_DST
]) == NULL)
route.c
1655
if ((i ==
RTAX_DST
|| i == RTAX_IFA) &&
/src/sbin/routed/
defs.h
611
#define INFO_DST(I) ((I)->rti_info[
RTAX_DST
])
/src/sys/netinet/
in_pcb.c
908
info.rti_info[
RTAX_DST
] = rtcache_getdst(&inp->inp_route);
/src/sys/netinet6/
in6.c
924
info.rti_info[
RTAX_DST
] = sin6tosa(&mltaddr);
1023
info.rti_info[
RTAX_DST
] = sin6tosa(&mltaddr);
Completed in 41 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025