Searched refs:maddr (Results 1 – 3 of 3) sorted by relevance
157 public void checkMulticast(InetAddress maddr) { } in checkMulticast() argument163 public void checkMulticast(InetAddress maddr, byte ttl) { } in checkMulticast() argument
253 if (zip->maddr != NULL) in freeZip()254 munmap((char *)zip->maddr, zip->mlen); in freeZip()632 zip->maddr = (mappedAddr == (void*) MAP_FAILED) ? NULL : in readCEN()635 if (zip->maddr == NULL) { in readCEN()640 cenbuf = zip->maddr + cenpos - offset; in readCEN()1035 cen = (char*) zip->maddr + zc->cenpos - zip->offset; in newEntry()
212 unsigned char *maddr; /* beginning address of the CEN & ENDHDR */ member