Searched defs:maddr (Results 1 - 17 of 17) sorted by relevance

/external/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap09.c49 static char *maddr; variable
105 maddr = mmap(0, mapsize, PROT_READ | PROT_WRITE,
107 if (maddr == MAP_FAILED)
111 memset(maddr, 'A', mapsize);
116 munmap(maddr, mapsize);
/external/ltp/testcases/kernel/io/aio/aio01/
H A Daio01.c77 char *maddr; variable
/external/ltp/testcases/network/stress/ns-tools/
H A Dns-igmp_querier.c150 * maddr: multicast address
156 struct igmpv3_query *create_query(uint8_t code, char *maddr, char *saddrs) argument
194 if (maddr == NULL) {
197 if (inet_pton(AF_INET, maddr, &ip) <= 0) {
250 char *maddr; /* multicast address */ local
254 maddr = NULL;
269 maddr = strdup(optarg);
270 if (maddr == NULL)
334 if ((info_p->query = create_query(max_resp, maddr, saddrs)) == NULL)
337 free(maddr);
[all...]
H A Dns-mcast_join.c295 char maddr[ADDR_STR_MAXSIZE]; /* multicast address in string */ local
332 strncpy(maddr, mcast_addr, ADDR_STR_MAXSIZE);
334 fprintf(stderr, "multicast address is %s\n", maddr);
351 sprintf(maddr, "%s.%d.%d", mcast_prefix,
357 sprintf(maddr, "%s:%x", mcast_prefix, idx + 1);
363 maddr);
366 maddr_info = get_maddrinfo(family, maddr, NULL);
H A Dns-mcast_receiver.c164 char *maddr; /* multicast address */ local
169 maddr = NULL;
197 maddr = strdup(optarg);
198 if (maddr == NULL)
263 if (maddr == NULL) {
273 info_p->mainfo = get_maddrinfo(family, maddr, portnum);
285 free(maddr);
H A Dns-common.c431 * maddr: multicast address in character string
437 struct addrinfo *get_maddrinfo(sa_family_t family, const char *maddr, argument
450 err = getaddrinfo(maddr, portnum, &hints, &res);
/external/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress01.c472 char *maddr = NULL, *paddr; local
533 if ((maddr = mmap64(0, mapsize, PROT_READ | PROT_WRITE, MAP_SHARED,
536 if ((maddr = mmap(0, mapsize, PROT_READ | PROT_WRITE, MAP_SHARED,
550 paddr = maddr + (randpage * pagesize); /* page address */
580 paddr = maddr + (randpage * pagesize); /* page address */
586 if (munmap(maddr, mapsize) == -1) {
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DSipUri.java471 *Remove the maddr param if it exists.
762 /** Returns the value of the <code>maddr</code> parameter, or null if this
763 * is not set. This is equivalent to getParameter("maddr").
765 * @return the value of the <code>maddr</code> parameter
768 NameValue maddr = uriParms.getNameValue(MADDR);
769 if (maddr == null)
771 String host = (String) maddr.getValueAsObject();
905 * Sets the value of the <code>maddr</code> parameter of this SipURI. The
906 * maddr parameter indicates the server address to be contacted for this
908 * equivalent to setParameter("maddr", madd
912 setMAddrParam(String maddr) argument
[all...]
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c2829 mDNSAddr maddr; local
2831 memset( &maddr, 0, sizeof( maddr ) );
2832 maddr.type = mDNSAddrType_IPv4;
2833 maddr.ip.v4.b[ 0 ] = 127;
2834 maddr.ip.v4.b[ 1 ] = 0;
2835 maddr.ip.v4.b[ 2 ] = 0;
2836 maddr.ip.v4.b[ 3 ] = 1;
2837 DebugSNPrintF( s, sizeof( s ), "%#a", &maddr );
2840 memset( &maddr,
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 371 milliseconds