OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:macbuf
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/misc/
arpd.c
696
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/
packet.c
315
static int checkmac(buffer*
macbuf
, buffer* sourcebuf) {
355
if (memcmp(tempbuf, buf_getptr(
macbuf
, macsize), macsize) != 0) {
Completed in 499 milliseconds