Searched refs:netMask (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/p2p/ |
H A D | P2pUtils.java | 102 long netMask = bitSet.toLongArray()[0]; in isOnInterface() local 104 if ((toLong(networkAddress) & netMask) == (addressLong & netMask)) { in isOnInterface()
|
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/ |
H A D | DhcpPacket.java | 991 Inet4Address netMask = null; in decodeFullPacket() local 1186 netMask = readIpAddress(packet); in decodeFullPacket() 1370 newPacket.mSubnetMask = netMask; in decodeFullPacket() 1511 Inet4Address yourIp, byte[] mac, Integer timeout, Inet4Address netMask, in buildOfferPacket() argument 1524 pkt.mSubnetMask = netMask; in buildOfferPacket() 1542 Inet4Address yourIp, byte[] mac, Integer timeout, Inet4Address netMask, in buildOfferPacket() argument 1547 mac, timeout, netMask, bcAddr, gateways, dnsServers, dhcpServerIdentifier, in buildOfferPacket() 1556 Inet4Address requestClientIp, byte[] mac, Integer timeout, Inet4Address netMask, in buildAckPacket() argument 1568 pkt.mSubnetMask = netMask; in buildAckPacket() 1587 Inet4Address requestClientIp, byte[] mac, Integer timeout, Inet4Address netMask, in buildAckPacket() argument [all …]
|