Searched refs:ifa_ifwithnet (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/sys/net/ |
| HD | route.c | 603 if ((ifa = ifa_ifwithnet(gateway, 0, fibnum)) == NULL) { in rtredirect_fib() 754 ifa = ifa_ifwithnet(gateway, 0, fibnum); in ifa_ifwithroute() 1287 (ifa = ifa_ifwithnet(ifpaddr, 0, fibnum)) != NULL) { in rt_getifa_fib()
|
| HD | if_var.h | 579 struct ifaddr *ifa_ifwithnet(const struct sockaddr *, int, int);
|
| HD | rtsock.c | 785 ifa = ifa_ifwithnet(info.rti_info[RTAX_DST], 1, in route_output()
|
| HD | if.c | 2009 ifa_ifwithnet(const struct sockaddr *addr, int ignore_ptp, int fibnum) in ifa_ifwithnet() function
|
| /freebsd-11-stable/sys/netinet/ |
| HD | ip_options.c | 244 ia = (INA)ifa_ifwithnet((SA)&ipaddr, 0, in ip_dooptions()
|
| HD | in_pcb.c | 819 ia = ifatoia(ifa_ifwithnet((struct sockaddr *)sin, 0, in in_pcbladdr() 938 ia = ifatoia(ifa_ifwithnet(sintosa(&sain), 0, in in_pcbladdr()
|
| HD | ip_output.c | 341 (ia = ifatoia(ifa_ifwithnet(sintosa(dst), 0, in ip_output()
|
| /freebsd-11-stable/share/man/man9/ |
| HD | Makefile | 976 ifnet.9 ifa_ifwithnet.9 \
|