Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/nss/
H A Dinet_matchaddr.c100 uint32_t hcaddr4 = 0, mask4; in inet_matchaddr() local
121 mask4 = bits ? ~0 << ((sizeof (struct in_addr) * NBBY) in inet_matchaddr()
123 hcaddr4 &= mask4; in inet_matchaddr()
133 mask4 = IN_CLASSA_NET; in inet_matchaddr()
135 mask4 = IN_CLASSB_NET; in inet_matchaddr()
137 mask4 = IN_CLASSC_NET; in inet_matchaddr()
139 mask4 = IN_CLASSE_NET; in inet_matchaddr()
142 ret = ((claddr4 & mask4) == hcaddr4); in inet_matchaddr()