Home
last modified time | relevance | path

Searched refs:PAIRS (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h31 #define PAIRS(s1,d1,s2,d2) ((((s1) == (s2)) && ((d1) == (d2))) ||\ macro
33 #define IPPAIR(s1,d1,s2,d2) PAIRS((s1).s_addr, (d1).s_addr, \