Searched defs:SCTP_IFN_IS_IFT_LOOP (Results 1 – 1 of 1) sorted by relevance
253 #define SCTP_IFN_IS_IFT_LOOP(ifn) ((ifn)->ifn_type == IFT_LOOP) macro666 #define SCTP_IFN_IS_IFT_LOOP(ifn) (strncmp((ifn)->ifn_name, "lo", 2) == 0) macro