OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifa_ifwithaddr
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/netinet/
ip_input.c
931
ifa =
ifa_ifwithaddr
(sintosa(&ipaddr));
1022
ifa =
ifa_ifwithaddr
(sintosa(&ipaddr));
1123
ifa =
ifa_ifwithaddr
(sintosa(&ipaddr));
raw_ip.c
590
if ((ifa =
ifa_ifwithaddr
(sintosa(addr))) == NULL &&
in_pcb.c
336
ifa =
ifa_ifwithaddr
(sintosa(sin));
ip_mroute.c
791
ifa =
ifa_ifwithaddr
(sintosa(&sin));
/src/sys/netinet6/
in6_pcb.c
180
ifa =
ifa_ifwithaddr
((struct sockaddr *)&sin);
194
ifa =
ifa_ifwithaddr
(sin6tosa(sin6));
in6_src.c
518
* the interface must be specified; otherwise,
ifa_ifwithaddr
()
532
ifa =
ifa_ifwithaddr
(sin6tosa(&srcsock));
raw_ip6.c
680
(ifa =
ifa_ifwithaddr
(sin6tosa(addr))) == NULL) {
ip6_output.c
3350
ifa =
ifa_ifwithaddr
(sin6tosa(&sin6));
3357
(sin6.sin6_addr = *dst,
ifa_ifwithaddr
(sin6tosa(&sin6)) == NULL))
icmp6.c
1260
ifa =
ifa_ifwithaddr
(sin6tosa(&sin6));
2144
ifa =
ifa_ifwithaddr
(&u.sa);
ip6_input.c
486
addrok = (
ifa_ifwithaddr
(sin6tosa(&sin6)) != NULL);
/src/sys/net/
if.h
1225
struct ifaddr *
ifa_ifwithaddr
(const struct sockaddr *);
if.c
1903
ifa_ifwithaddr
(const struct sockaddr *addr)
function in typeref:struct:ifaddr *
1933
ifa =
ifa_ifwithaddr
(addr);
2078
if ((ia =
ifa_ifwithaddr
(addr)) || (ia = ifa_ifwithdstaddr(addr)) ||
if_ethersubr.c
260
(ifa =
ifa_ifwithaddr
(dst)) != NULL) {
route.c
859
_ifa =
ifa_ifwithaddr
(gateway);
Completed in 33 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025