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

/external/iproute2/misc/
H A Darpd.c704 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 5334 milliseconds