Home
last modified time | relevance | path

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

/third_party/libnl/lib/
Daddr.c52 static inline int do_digit(char *str, uint16_t *addr, uint16_t scale, in do_digit() function
86 if (do_digit(str + pos, &area, 10, &pos, len, &started)) in dnet_ntop()
89 if (do_digit(str + pos, &area, 1, &pos, len, &started)) in dnet_ntop()
99 if (do_digit(str + pos, &addr, 1000, &pos, len, &started)) in dnet_ntop()
102 if (do_digit(str + pos, &addr, 100, &pos, len, &started)) in dnet_ntop()
105 if (do_digit(str + pos, &addr, 10, &pos, len, &started)) in dnet_ntop()
108 if (do_digit(str + pos, &addr, 1, &pos, len, &started)) in dnet_ntop()