HomeSort by: relevance | last modified time | path
    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 in typeref:struct:rtentry *
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 in typeref:struct:rtentry *
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 23 milliseconds