Searched refs:ifa_ifwithnet (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/net/ |
| D | route.c | 602 if ((ifa = ifa_ifwithnet(gateway, 0, fibnum)) == NULL) { in rtredirect_fib() 754 ifa = ifa_ifwithnet(gateway, 0, fibnum); in ifa_ifwithroute() 1289 (ifa = ifa_ifwithnet(ifpaddr, 0, fibnum)) != NULL) { in rt_getifa_fib()
|
| D | if_var.h | 653 struct ifaddr *ifa_ifwithnet(const struct sockaddr *, int, int);
|
| D | rtsock.c | 795 ifa = ifa_ifwithnet(info.rti_info[RTAX_DST], 1, in route_output()
|
| D | if.c | 2122 ifa_ifwithnet(const struct sockaddr *addr, int ignore_ptp, int fibnum) in ifa_ifwithnet() function
|
| /freebsd-12-stable/sys/netinet/ |
| D | ip_options.c | 248 ia = (INA)ifa_ifwithnet((SA)&ipaddr, 0, in ip_dooptions()
|
| D | ip_output.c | 343 (ia = ifatoia(ifa_ifwithnet(sintosa(dst), 0, in ip_output()
|
| D | in_pcb.c | 1112 ia = ifatoia(ifa_ifwithnet((struct sockaddr *)sin, 0, in in_pcbladdr() 1225 ia = ifatoia(ifa_ifwithnet(sintosa(&sain), 0, in in_pcbladdr()
|
| /freebsd-12-stable/share/man/man9/ |
| D | Makefile | 1209 ifnet.9 ifa_ifwithnet.9 \
|