Searched defs:ipstr (Results 1 - 2 of 2) sorted by relevance

/external/libppp/src/
H A Diplist.c44 char ipstr[16]; local
50 strncpy(ipstr, start, end-start);
51 ipstr[end-start] = '\0';
52 return inet_aton(ipstr, ip);
/external/linux-tools-perf/util/ui/browsers/
H A Dhists.c392 char ipstr[BITS_PER_LONG / 4 + 1], *alloc_str; local
409 str = callchain_list__sym_name(chain, ipstr, sizeof(ipstr));
468 char ipstr[BITS_PER_LONG / 4 + 1], *s; local
485 s = callchain_list__sym_name(chain, ipstr, sizeof(ipstr));

Completed in 115 milliseconds