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

  /external/openssh/
packet.c 1057 u_char type, *cp, macbuf[SSH_DIGEST_MAX_LENGTH]; local
1151 macbuf, sizeof(macbuf))) != 0)
1539 u_char *cp, macbuf[SSH_DIGEST_MAX_LENGTH]; local
    [all...]
  /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 746 milliseconds