OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtalloc1
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
route.c
191
* - An obtained rtentry via
rtalloc1
or rtrequest* must be
609
rtalloc1
(const struct sockaddr *dst, int report)
function
845
rt =
rtalloc1
(dst, 0);
1633
if ((rt =
rtalloc1
(dst, 0)) != NULL) {
1695
rt =
rtalloc1
(ifa->ifa_addr, 0);
1742
rt =
rtalloc1
(ifa->ifa_addr, 0);
2023
rt =
rtalloc1
(rtcache_getdst(ro), flag);
route.c
191
* - An obtained rtentry via
rtalloc1
or rtrequest* must be
609
rtalloc1
(const struct sockaddr *dst, int report)
function
845
rt =
rtalloc1
(dst, 0);
1633
if ((rt =
rtalloc1
(dst, 0)) != NULL) {
1695
rt =
rtalloc1
(ifa->ifa_addr, 0);
1742
rt =
rtalloc1
(ifa->ifa_addr, 0);
2023
rt =
rtalloc1
(rtcache_getdst(ro), flag);
Completed in 29 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026