HomeSort by: relevance | last modified time | path
    Searched defs:ifaaddr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
route.c 1102 const struct sockaddr *ifaaddr = info->rti_info[RTAX_IFA]; local in function:rt_getifa
1106 if (info->rti_ifa == NULL && ifaaddr != NULL) {
1107 ifa = ifa_ifwithaddr_psref(ifaaddr, psref);
1112 sa = ifaaddr != NULL ? ifaaddr :
route.c 1102 const struct sockaddr *ifaaddr = info->rti_info[RTAX_IFA]; local in function:rt_getifa
1106 if (info->rti_ifa == NULL && ifaaddr != NULL) {
1107 ifa = ifa_ifwithaddr_psref(ifaaddr, psref);
1112 sa = ifaaddr != NULL ? ifaaddr :
route.c 1102 const struct sockaddr *ifaaddr = info->rti_info[RTAX_IFA]; local in function:rt_getifa
1106 if (info->rti_ifa == NULL && ifaaddr != NULL) {
1107 ifa = ifa_ifwithaddr_psref(ifaaddr, psref);
1112 sa = ifaaddr != NULL ? ifaaddr :

Completed in 60 milliseconds