OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rt_ifa
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_route.h
86
struct ifaddr *
rt_ifa
; /* the answer: interface address to use */
member in struct:sctp_rtentry
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
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
...]
Completed in 60 milliseconds