Home
last modified time | relevance | path

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

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