Home | History | Annotate | Download | only in Library

Lines Matching refs:IP4_NET_EQUAL

203 #define IP4_NET_EQUAL(Ip1, Ip2, NetMask)  (((Ip1) & (NetMask)) == ((Ip2) & (NetMask)))