Searched refs:hex2mem (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/include/
H A Dutils.h110 int hex2mem(const char *buf, uint8_t *mem, int count);
/external/iproute2/ip/
H A Dipl2tp.c654 if (hex2mem(*argv, p->cookie, p->cookie_len) < 0)
665 if (hex2mem(*argv, p->peer_cookie, p->peer_cookie_len) < 0)
/external/iproute2/tc/
H A Dm_action.c253 if (hex2mem(*argv, act_ck, slen / 2) < 0)
/external/iproute2/lib/
H A Dutils.c1009 int hex2mem(const char *buf, uint8_t *mem, int count) function

Completed in 145 milliseconds