HomeSort by: relevance | last modified time | path
    Searched refs:ifa_ifp (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/compat/common/
rtsock_70.c 60 ifp = ifa->ifa_ifp;
108 ifam->ifam_index = ifa->ifa_ifp->if_index;
  /src/sys/netatalk/
at_var.h 40 #define aa_ifp aa_ifa.ifa_ifp
at_control.c 328 struct ifnet *ifp = ifa->ifa_ifp;
354 * aa->at_ifaddr.ifa_ifp should be the same.
  /src/sys/netinet6/
nd6_nbr.c 230 if (ifa->ifa_ifp && ifa->ifa_ifp != ifp) {
231 ifpc = ifa->ifa_ifp;
1149 if_name(ifa->ifa_ifp), IN6_PRINT(ip6buf, myaddr6));
1225 if_name(ifa->ifa_ifp));
1233 if (!(ifa->ifa_ifp->if_flags & IFF_UP))
1252 if_name(ifa->ifa_ifp));
1270 nd6log(LOG_DEBUG, "%s: starting DAD for %s\n", if_name(ifa->ifa_ifp),
1276 (long)ND_IFINFO(ifa->ifa_ifp)->retrans * hz / 1000);
1329 if_name(ifa->ifa_ifp));
    [all...]
nd6.c 474 ifp = ia6->ia_ifa.ifa_ifp;
634 if (dstaddr->ifa_ifp == ifp) {
857 if ((rc = in6_setscope(&in6_all, ifa->ifa_ifp, NULL)) != 0) {
864 nd6_na_output(ifa->ifa_ifp, &in6_all, in6,
in6_src.c 794 if (rt->rt_ifa->ifa_ifp != *retifp &&
795 !if_is_deactivated(rt->rt_ifa->ifa_ifp)) {
797 *retifp = rt->rt_ifa->ifa_ifp;
in6_var.h 105 #define ia_ifp ia_ifa.ifa_ifp
in6.c 178 (ifa->ifa_ifp->if_flags & IFF_POINTOPOINT &&
218 * pointers rt->rt_ifa->ifa_ifp to destroyed interfaces,
233 if (ia->ia_ifp != ifa->ifa_ifp)
1454 struct ifnet *ifp = ifa->ifa_ifp;
  /src/sys/netinet/
if_arp.c 587 arpannounce(ifa->ifa_ifp, ifa, CLLADDR(ifa->ifa_ifp->if_sadl));
1545 struct ifnet *ifp = ifa->ifa_ifp;
1558 arprequest(ifa->ifa_ifp, &sip, &ia->ia_addr.sin_addr,
1559 CLLADDR(ifa->ifa_ifp->if_sadl), NULL);
1580 ifa->ifa_ifp ? if_name(ifa->ifa_ifp) : "???");
1589 KASSERT(ifa->ifa_ifp != NULL);
1590 if (!(ifa->ifa_ifp->if_flags & IFF_UP))
1608 ifa->ifa_ifp ? if_name(ifa->ifa_ifp) : "???")
    [all...]
in_selsrc.c 284 /* Scan the interface addresses on the interface ifa->ifa_ifp for
291 * output interface to use (ifa->ifa_ifp), and in_getifa will not
313 ifp = ifa->ifa_ifp;
329 IFADDR_READER_FOREACH(alt_ifa, ifa->ifa_ifp) {
347 IFADDR_READER_FOREACH(alt_ifa, ifa->ifa_ifp) {
in_var.h 89 #define ia_ifp ia_ifa.ifa_ifp
in.c 873 * by ifa->ifa_ifp's ioctl lock. The possible callers are in_control
874 * and if_purgeaddrs; the former is called iva ifa->ifa_ifp's ioctl
875 * and the latter is called via ifa->ifa_ifp's if_detach. The functions
882 struct ifnet *ifp = ifa->ifa_ifp;
1356 if (target->ia_ifa.ifa_ifp->if_flags & IFF_UNNUMBERED) {
1989 if ((ia4->ia_ifa.ifa_ifp->if_flags & IFF_BROADCAST) == 0)
sctp_asconf.c 1530 switch (ifa->ifa_ifp->if_type) {
1550 ifa->ifa_ifp->if_type);
ip_mroute.c 796 ifp = ifa->ifa_ifp;
sctp_output.c 360 if ((ifa->ifa_ifp->if_type == IFT_LOOP) ||
428 if ((ifa->ifa_ifp->if_type == IFT_LOOP) ||
1246 if ((ifa->ifa_ifp->if_type == IFT_LOOP) ||
2510 if ((loopback_scope == 0) && (ifa->ifa_ifp->if_type == IFT_LOOP)) {
  /src/sys/net/
route.c 1042 nifa = ifaof_ifpforaddr(dst, ifa->ifa_ifp);
1088 info->rti_ifp = if_get_byindex(ifa->ifa_ifp->if_index,
1132 info->rti_ifp = ifa->ifa_ifp;
1259 rt->rt_ifp = ifa2->ifa_ifp;
1261 rt->rt_ifp = ifa->ifa_ifp;
1263 rt->rt_ifp = ifa->ifa_ifp;
1381 if (ifa->ifa_ifp->if_flags & IFF_UNNUMBERED) {
1386 *ifp = ifa->ifa_ifp;
1421 *ifp = ifa->ifa_ifp;
1710 (const struct sockaddr *)ifa->ifa_ifp->if_sadl
    [all...]
rtsock.c 262 ifam->ifam_index = ifa->ifa_ifp->if_index;
if_stf.c 510 if ((ia4->ia_ifa.ifa_ifp->if_flags & IFF_BROADCAST) == 0)
if.h 760 struct ifnet *ifa_ifp; /* back-pointer to interface */ member in struct:ifaddr
if.c 1819 ifa->ifa_ifp = ifp;
1842 KASSERT(ifa->ifa_ifp == ifp);
2201 ifp = rt->rt_ifa->ifa_ifp;
rtsock_shared.c 1476 ifp = ifa->ifa_ifp;
if_ethersubr.c 261 if (ifa->ifa_ifp == ifp0) {
  /src/sys/net/npf/
npf_os.c 445 npf_ifaddr_sync(npf, ifa->ifa_ifp);
  /src/sys/dist/pf/net/
pf_if.c 922 pfi_kifaddr_update(ifa->ifa_ifp->if_pf_kif);

Completed in 41 milliseconds