Searched refs:maddr (Results 1 – 3 of 3) sorted by relevance
167 public void checkMulticast(InetAddress maddr) { } in checkMulticast() argument173 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()634 zip->maddr = (mappedAddr == (void*) MAP_FAILED) ? NULL : in readCEN()637 if (zip->maddr == NULL) { in readCEN()642 cenbuf = zip->maddr + cenpos - offset; in readCEN()1040 cen = (char*) zip->maddr + zc->cenpos - zip->offset; in newEntry()
214 unsigned char *maddr; /* beginning address of the CEN & ENDHDR */ member