Searched refs:hex2mem (Results 1 – 4 of 4) sorted by relevance
/external/iproute2/include/ |
D | utils.h | 110 int hex2mem(const char *buf, uint8_t *mem, int count);
|
/external/iproute2/ip/ |
D | ipl2tp.c | 654 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/ |
D | m_action.c | 242 if (hex2mem(*argv, act_ck, slen / 2) < 0) in parse_action()
|
/external/iproute2/lib/ |
D | utils.c | 1009 int hex2mem(const char *buf, uint8_t *mem, int count) in hex2mem() function
|