Searched refs:ifa_ifwithnet (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | route.c | 296 ifa = ifa_ifwithnet(gateway, 0, fibnum); in ifa_ifwithroute()
|
| H A D | if_var.h | 677 struct ifaddr *ifa_ifwithnet(const struct sockaddr *, int, int);
|
| H A D | rtsock.c | 788 ifa = ifa_ifwithnet(info->rti_info[RTAX_DST], 1, in handle_rtm_get()
|
| H A D | if.c | 2008 ifa_ifwithnet(const struct sockaddr *addr, int ignore_ptp, int fibnum) in ifa_ifwithnet() function
|
| /f-stack/freebsd/netinet/ |
| H A D | in_pcb.c | 1193 ia = ifatoia(ifa_ifwithnet((struct sockaddr *)sin, 0, in in_pcbladdr() 1298 ia = ifatoia(ifa_ifwithnet(sintosa(&dst), 0, in in_pcbladdr() 1501 ifa = ifa_ifwithnet((struct sockaddr *)&ifp_sin, 0, RT_ALL_FIBS); in in_pcbconnect_setup() 1504 ifa = ifa_ifwithnet((struct sockaddr *)&ifp_sin, 0, RT_ALL_FIBS); in in_pcbconnect_setup()
|
| H A D | ip_options.c | 248 ia = (INA)ifa_ifwithnet((SA)&ipaddr, 0, in ip_dooptions()
|
| H A D | ip_icmp.c | 954 if ((ifa = ifa_ifwithnet((struct sockaddr *)gateway, 0, fibnum))==NULL) in icmp_verify_redirect_gateway()
|
| H A D | ip_output.c | 443 (ia = ifatoia(ifa_ifwithnet(sintosa(dst), 0, in ip_output()
|
| /f-stack/lib/ |
| H A D | ff_route.c | 690 ifa = ifa_ifwithnet(info->rti_info[RTAX_DST], 1, in handle_rtm_get() 1458 ifa = ifa_ifwithnet(info.rti_info[RTAX_DST], 1,
|