OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_IFN_IS_IFT_LOOP
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h
253
#define
SCTP_IFN_IS_IFT_LOOP
(ifn) ((ifn)->ifn_type == IFT_LOOP)
666
#define
SCTP_IFN_IS_IFT_LOOP
(ifn) (strncmp((ifn)->ifn_name, "lo", 2) == 0)
[
all
...]
sctp_asconf.c
[
all
...]
sctp_sysctl.c
294
if ((loopback_scope == 0) &&
SCTP_IFN_IS_IFT_LOOP
(sctp_ifn))
[
all
...]
sctp_pcb.c
717
if (
SCTP_IFN_IS_IFT_LOOP
(sctp_ifap->ifn_p) ||
737
if (
SCTP_IFN_IS_IFT_LOOP
(sctp_ifap->ifn_p) ||
970
SCTP_IFN_IS_IFT_LOOP
(sctp_ifn)) {
[
all
...]
sctp_output.c
1899
(ifa->ifn_p) &&
SCTP_IFN_IS_IFT_LOOP
(ifa->ifn_p)) {
2093
SCTP_IFN_IS_IFT_LOOP
(sctp_ifnp)) {
2143
SCTP_IFN_IS_IFT_LOOP
(sctp_ifnp)) {
[
all
...]
sctputil.c
[
all
...]
sctp_usrreq.c
[
all
...]
Completed in 76 milliseconds