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

/external/iproute2/misc/
H A Darpd.c696 char macbuf[128]; local
701 if (sscanf(buf, "%u%s%s", &k.iface, ipbuf, macbuf) != 3) {
705 if (strncmp(macbuf, "FAILED:", 7) == 0)
712 dbdat.data = hexstring_a2n(macbuf, b1, 6);
/external/dropbear/
H A Dpacket.c315 static int checkmac(buffer* macbuf, buffer* sourcebuf) { argument
355 if (memcmp(tempbuf, buf_getptr(macbuf, macsize), macsize) != 0) {

Completed in 231 milliseconds