| /f-stack/lib/ |
| H A D | ff_route.c | 322 if (info->rti_info[RTAX_DST] == NULL) in cleanup_xaddrs() 466 saf = info->rti_info[RTAX_DST]->sa_family; in fill_blackholeinfo() 531 saf = info->rti_info[RTAX_DST]->sa_family; in fill_addrinfo() 638 saf = info->rti_info[RTAX_DST]->sa_family; in handle_rtm_get() 660 info->rti_info[RTAX_DST], &rnh->head); in handle_rtm_get() 663 info->rti_info[RTAX_DST], in handle_rtm_get() 950 info->rti_info[RTAX_DST] = &sa_dst.sa; in update_rtm_from_rc() 1087 saf = info.rti_info[RTAX_DST]->sa_family; in ff_rtioctl() 1168 info.rti_info[RTAX_DST])) { in ff_rtioctl() 1298 if (info.rti_info[RTAX_DST] == NULL || [all …]
|
| H A D | ff_veth.c | 428 info.rti_info[RTAX_DST] = (struct sockaddr *)&dst; in ff_veth_set_gateway()
|
| H A D | ff_syscall_wrapper.c | 1367 info.rti_info[RTAX_DST] = psa_dst; in ff_route_ctl()
|
| /f-stack/freebsd/net/ |
| H A D | route.c | 213 info.rti_info[RTAX_DST] = dst; in rib_add_redirect() 238 info.rti_info[RTAX_DST] = dst; in rib_add_redirect() 344 dst = info->rti_info[RTAX_DST]; in rt_exportinfo() 379 info->rti_info[RTAX_DST] = rt_key(rt); in rt_exportinfo() 519 dst = info->rti_info[RTAX_DST]; in rt_getifa_fib() 752 KASSERT(info->rti_info[RTAX_DST] != NULL, (":%s: RTAX_DST must be supplied", __func__)); in rt_routemsg_info()
|
| H A D | rtsock.c | 579 saf = info->rti_info[RTAX_DST]->sa_family; in fill_blackholeinfo() 646 saf = info->rti_info[RTAX_DST]->sa_family; in fill_addrinfo() 736 saf = info->rti_info[RTAX_DST]->sa_family; in handle_rtm_get() 761 info->rti_info[RTAX_DST], in handle_rtm_get() 905 info->rti_info[RTAX_DST] = &sa_dst.sa; in update_rtm_from_rc() 1048 saf = info.rti_info[RTAX_DST]->sa_family; in route_output() 1129 info.rti_info[RTAX_DST])) { in route_output() 1497 if (info->rti_info[RTAX_DST] == NULL) in cleanup_xaddrs() 1900 info.rti_info[RTAX_DST] = &dst.sa; in rtsock_routemsg() 1944 sa = info->rti_info[RTAX_DST]; in rtsock_routemsg_info() [all …]
|
| H A D | route.h | 331 #define RTAX_DST 0 /* destination sockaddr present */ macro
|
| H A D | if_llatbl.c | 683 struct sockaddr *dst = (struct sockaddr *)info->rti_info[RTAX_DST]; in lla_rt_output()
|
| /f-stack/freebsd/net/route/ |
| H A D | route_ctl.c | 194 dst = info->rti_info[RTAX_DST]; in get_rnh() 526 rt = lookup_prefix_bysa(rnh, info->rti_info[RTAX_DST], in lookup_prefix() 585 dst = info->rti_info[RTAX_DST]; in create_rtentry() 746 dst_orig = info->rti_info[RTAX_DST]; in rib_del_route() 754 info->rti_info[RTAX_DST] = (struct sockaddr *)&mdst; in rib_del_route() 757 info->rti_info[RTAX_DST] = dst_orig; in rib_del_route() 802 rn = rnh->rnh_deladdr(info->rti_info[RTAX_DST], in rt_unlinkrte() 900 rt = (struct rtentry *)rnh->rnh_lookup(info->rti_info[RTAX_DST], in rib_change_route() 1162 rt_new = (struct rtentry *)rnh->rnh_lookup(info->rti_info[RTAX_DST], in change_route_conditional() 1262 info->rti_info[RTAX_DST] = rt_key(rt); in rt_checkdelroute() [all …]
|
| H A D | route_ifaddrs.c | 164 info.rti_info[RTAX_DST] = ia; in ifa_maintain_loopback_route()
|
| H A D | nhop_ctl.c | 287 nh_priv->nh_family = info->rti_info[RTAX_DST]->sa_family; in fill_nhop_from_info() 362 dst = info->rti_info[RTAX_DST]; in get_nhop()
|
| /f-stack/tools/route/ |
| H A D | route.c | 1002 if (getaddr(RTAX_DST, *++argv, &hp, nrflags)) in newroute() 1044 if (getaddr(RTAX_DST, *argv, &hp, nrflags)) in newroute() 1057 if (so[RTAX_DST].ss_len == 0) { in newroute() 1063 so[RTAX_DST].ss_family != so[RTAX_NETMASK].ss_family) { in newroute() 1329 case RTAX_DST: in getaddr() 1346 if (idx == RTAX_DST && (q = strchr(str, '/')) != NULL) in getaddr() 1364 if (idx == RTAX_DST) in getaddr() 1390 if (q != NULL && idx == RTAX_DST) { in getaddr() 1604 NEXTADDR(RTA_DST, so[RTAX_DST]); 1819 routename((struct sockaddr *)&so[RTAX_DST])); [all …]
|
| /f-stack/tools/compat/include/net/ |
| H A D | route.h | 329 #define RTAX_DST 0 /* destination sockaddr present */ macro
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6_rtr.c | 694 info.rti_info[RTAX_DST] = (struct sockaddr *)&def; in defrouter_addreq() 734 info.rti_info[RTAX_DST] = (struct sockaddr *)&def; in defrouter_delreq() 2046 [RTAX_DST] = (struct sockaddr *)dst, in nd6_prefix_rtrequest()
|
| H A D | nd6.c | 197 rtinfo.rti_info[RTAX_DST] = (struct sockaddr *)&dst; in nd6_lle_event() 1272 info.rti_info[RTAX_DST] = (struct sockaddr *)&rt_key; in nd6_is_new_addr_neighbor() 1565 info.rti_info[RTAX_DST] = (struct sockaddr *)&sin6; in nd6_free_redirect()
|
| H A D | in6.c | 184 info.rti_info[RTAX_DST] = ifa->ifa_addr; in in6_newaddrmsg() 1284 [RTAX_DST] = (struct sockaddr *)&dst, in in6_handle_dstaddr_rtrequest()
|
| /f-stack/tools/netstat/ |
| H A D | route.c | 332 protrusion = p_sockaddr("destination", addr[RTAX_DST], in p_rtentry_sysctl()
|
| /f-stack/freebsd/netinet/ |
| H A D | in.c | 740 [RTAX_DST] = (struct sockaddr *)dst, in in_handle_prefix_route() 1390 info.rti_info[RTAX_DST] = (struct sockaddr *)&rt_key; in in_lltable_rtcheck()
|