OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RTF_HOST
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
ip_icmp.c
645
NULL, RTF_GATEWAY |
RTF_HOST
, sintosa(&icmpgw), &rt);
1156
if ((rt->rt_flags &
RTF_HOST
) == 0) {
1160
RTF_GATEWAY |
RTF_HOST
| RTF_DYNAMIC, &nrt);
1276
if ((rt->rt_flags & (RTF_DYNAMIC |
RTF_HOST
)) ==
1277
(RTF_DYNAMIC |
RTF_HOST
)) {
1298
if ((rt->rt_flags & (RTF_DYNAMIC |
RTF_HOST
)) ==
1299
(RTF_DYNAMIC |
RTF_HOST
)) {
/src/sys/net/
route.h
155
#define
RTF_HOST
0x4 /* host entry (net otherwise) */
/src/sys/netinet6/
icmp6.c
1186
if (rt && (rt->rt_flags &
RTF_HOST
) &&
2436
RTF_GATEWAY |
RTF_HOST
, sin6tosa(&ssrc), &newrt);
2828
if ((rt->rt_flags &
RTF_HOST
) == 0) {
2832
RTF_GATEWAY |
RTF_HOST
| RTF_DYNAMIC, &nrt);
2864
if ((rt->rt_flags & (RTF_DYNAMIC |
RTF_HOST
)) ==
2865
(RTF_DYNAMIC |
RTF_HOST
)) {
2885
if ((rt->rt_flags & (RTF_GATEWAY | RTF_DYNAMIC |
RTF_HOST
)) ==
2886
(RTF_GATEWAY | RTF_DYNAMIC |
RTF_HOST
)) {
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026