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

  /external/iproute2/misc/
arpd.c 704 char macbuf[128]; local
709 if (sscanf(buf, "%u%s%s", &k.iface, ipbuf, macbuf) != 3) {
713 if (strncmp(macbuf, "FAILED:", 7) == 0)
720 dbdat.data = hexstring_a2n(macbuf, b1, 6);

Completed in 59 milliseconds