OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ip6route
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet6/
ip6_output.c
214
struct route
ip6route
;
local in function:ip6_output
458
memset(&
ip6route
, 0, sizeof(
ip6route
));
459
ro = &
ip6route
;
1040
if (ro == &
ip6route
)
1041
rtcache_free(&
ip6route
);
ip6_output.c
214
struct route
ip6route
;
local in function:ip6_output
458
memset(&
ip6route
, 0, sizeof(
ip6route
));
459
ro = &
ip6route
;
1040
if (ro == &
ip6route
)
1041
rtcache_free(&
ip6route
);
/src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c
1406
struct route
ip6route
;
local in function:ipf_fastroute6
1414
struct route_in6
ip6route
;
1424
ro = &
ip6route
;
ip_fil_netbsd.c
1406
struct route
ip6route
;
local in function:ipf_fastroute6
1414
struct route_in6
ip6route
;
1424
ro = &
ip6route
;
/src/sys/netinet/
sctp_output.c
2282
static struct route
ip6route
;
local in function:sctp_lowlevel_chunk_output
2323
memset(&
ip6route
, 0, sizeof(
ip6route
));
2324
ro = (struct route *)&
ip6route
;
sctp_output.c
2282
static struct route
ip6route
;
local in function:sctp_lowlevel_chunk_output
2323
memset(&
ip6route
, 0, sizeof(
ip6route
));
2324
ro = (struct route *)&
ip6route
;
Completed in 45 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025