HomeSort by relevance Sort by last modified time
    Searched refs:ifa_ifp (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.c 705 if (sctp_is_desired_interface_type(ifa->ifa_ifp) == 0) {
731 (void)sctp_add_addr_to_vrf(SCTP_DEFAULT_VRFID, (void *)ifa->ifa_ifp,
733 ifnet_index(ifa->ifa_ifp), ifnet_type(ifa->ifa_ifp), ifnet_name(ifa->ifa_ifp),
735 ifa->ifa_ifp->if_index, ifa->ifa_ifp->if_type, ifa->ifa_ifp->if_xname,
742 ifnet_index(ifa->ifa_ifp),
743 ifnet_name(ifa->ifa_ifp));
    [all...]
sctp_os_userspace.h 259 #define SCTP_ROUTE_IS_REAL_LOOP(ro) ((ro)->ro_rt && (ro)->ro_rt->rt_ifa && (ro)->ro_rt->rt_ifa->ifa_ifp && (ro)->ro_rt->rt_ifa->ifa_ifp->if_type == IFT_LOOP)
664 /* #define SCTP_ROUTE_IS_REAL_LOOP(ro) ((ro)->ro_rt && (ro)->ro_rt->rt_ifa && (ro)->ro_rt->rt_ifa->ifa_ifp && (ro)->ro_rt->rt_ifa->ifa_ifp->if_type == IFT_LOOP) */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/net/
if.h 97 struct iface *ifa_ifp; /* Back-pointer to interface. */ member in struct:ifaddr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if.h 97 struct iface *ifa_ifp; /* Back-pointer to interface. */ member in struct:ifaddr

Completed in 162 milliseconds