OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:macbuf
(Results
1 - 3
of
3
) 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);
/external/openssh/
packet.c
846
u_char type, *cp, *
macbuf
= NULL;
local
930
macbuf
= mac_compute(mac, active_state->p_send.seqnr,
943
buffer_append(&active_state->output,
macbuf
, mac->mac_len);
1238
u_char *
macbuf
, *cp, type;
local
[
all
...]
/external/dropbear/
packet.c
315
static int checkmac(buffer*
macbuf
, buffer* sourcebuf) {
355
if (memcmp(tempbuf, buf_getptr(
macbuf
, macsize), macsize) != 0) {
Completed in 709 milliseconds