Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dnicstar.c246 static short ns_h2i(char c);
3028 if ((byte1 = ns_h2i(mac[j++])) < 0) in ns_parse_mac()
3030 if ((byte0 = ns_h2i(mac[j++])) < 0) in ns_parse_mac()
3044 static short ns_h2i(char c) in ns_h2i() function