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

  /external/iproute2/include/
utils.h 110 int hex2mem(const char *buf, uint8_t *mem, int count);
  /external/iproute2/ip/
ipl2tp.c 654 if (hex2mem(*argv, p->cookie, p->cookie_len) < 0)
665 if (hex2mem(*argv, p->peer_cookie, p->peer_cookie_len) < 0)
  /external/iproute2/tc/
m_action.c 253 if (hex2mem(*argv, act_ck, slen / 2) < 0)
  /external/iproute2/lib/
utils.c 1009 int hex2mem(const char *buf, uint8_t *mem, int count) function

Completed in 908 milliseconds