HomeSort by relevance Sort by last modified time
    Searched full:maxaddr (Results 1 - 3 of 3) sorted by null

  /external/iproute2/ip/
iplink_vxlan.c 68 __u32 maxaddr = 0; local
155 maxaddr = 0;
156 else if (get_u32(&maxaddr, *argv, 0))
291 if (maxaddr)
292 addattr32(n, 1024, IFLA_VXLAN_LIMIT, maxaddr);
311 __u32 maxaddr; local
420 ((maxaddr = rta_getattr_u32(tb[IFLA_VXLAN_LIMIT])) != 0))
421 fprintf(f, "maxaddr %u ", maxaddr);
  /external/valgrind/coregrind/m_ume/
elf.c 308 ESZ(Addr) maxaddr = 0; /* highest mapped address */
379 if (ph->p_vaddr+ph->p_memsz > maxaddr)
380 maxaddr = ph->p_vaddr+ph->p_memsz;
494 if (minaddr >= maxaddr ||
496 maxaddr + ebase > info->exe_end)) {
499 (char *)minaddr + ebase, (char *)maxaddr + ebase,
576 info->exe_end = maxaddr + ebase;
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]

Completed in 867 milliseconds