Home
last modified time | relevance | path

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

/external/iproute2/lib/
Dipx_pton.c16 if ((tmp = get_hex(*str)) == -1) { in ipx_getnet()
40 if ((tmp = get_hex(*str++)) == -1) in ipx_getnode()
44 if ((tmp = get_hex(*str++)) == -1) in ipx_getnode()
Dutils.c42 int get_hex(char c) in get_hex() function
1015 c = get_hex(buf[j]); in hex2mem()
1021 c = get_hex(buf[j + 1]); in hex2mem()
/external/python/cpython2/Lib/
Duuid.py267 def get_hex(self): member in UUID
270 hex = property(get_hex)
/external/iproute2/include/
Dutils.h91 int get_hex(char c);