| /src/sys/netinet/ |
| in_gif.c | 177 if ((rt = rtcache_lookup(ro_pc, var->gv_pdst)) == NULL) {
|
| in_l2tp.c | 207 if ((rt = rtcache_lookup(ro_pc, var->lv_pdst)) == NULL) {
|
| ip_input.c | 1191 rt = rtcache_lookup(ro, &u.dst); 1378 rt = rtcache_lookup(ro, &u.dst);
|
| in_pcb.c | 1213 return rtcache_lookup(ro, &u.dst);
|
| sctp_output.c | 1895 rt = rtcache_lookup(ro, (struct sockaddr *)&to); 2159 rt = rtcache_lookup(ro, to); 2326 rt = rtcache_lookup(ro, (struct sockaddr *) sin6); 3417 rt = rtcache_lookup(ro, (struct sockaddr *) sin); 3505 rt = rtcache_lookup(ro, (struct sockaddr *) sin6);
|
| in.c | 1859 rt = rtcache_lookup(ro, &u.dst);
|
| sctp_pcb.c | 2509 rt = rtcache_lookup(&net->ro, newaddr);
|
| /src/sys/netatalk/ |
| ddp_input.c | 266 rt = rtcache_lookup(&forwro, &u.dst);
|
| ddp_usrreq.c | 254 rt = rtcache_lookup(ro, &u.dst);
|
| /src/sys/netinet6/ |
| in6_l2tp.c | 201 if ((rt = rtcache_lookup(ro_pc, var->lv_pdst)) == NULL) {
|
| ip6_forward.c | 203 rt = rtcache_lookup(ro, &u.dst);
|
| in6_gif.c | 184 rt = rtcache_lookup(ro_pc, var->gv_pdst);
|
| frag6.c | 193 if ((rt = rtcache_lookup(&ro, &u.dst)) != NULL)
|
| in6_src.c | 660 rt = rtcache_lookup(ron, sin6tosa(sin6_next));
|
| ip6_output.c | 710 rt_pmtu = rtcache_lookup(ro_pmtu, &u.dst); 1862 rt = rtcache_lookup(ro, &u.dst);
|
| /src/sys/net/ |
| route.h | 507 rtcache_lookup(struct route *ro, const struct sockaddr *dst) function in typeref:struct:rtentry *
|
| if_stf.c | 438 if ((rt = rtcache_lookup(&sc->sc_ro, &u.dst)) == NULL) {
|
| /src/sys/netipsec/ |
| ipsecif.c | 619 if ((rt = rtcache_lookup(ro_pc, &u.dst)) == NULL) {
|