OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtables_strtoul
(Results
1 - 3
of
3
) sorted by null
/external/iptables/include/
xtables.h
411
extern bool
xtables_strtoul
(const char *, char **, uintmax_t *,
/external/iptables/iptables/
xtoptions.c
183
if (!
xtables_strtoul
(cb->arg, NULL, &value, lmin, lmax))
312
if (!
xtables_strtoul
(arg, &end, &value, 0, lmax))
xtables.c
430
bool
xtables_strtoul
(const char *s, char **end, uintmax_t *value,
function
466
ret =
xtables_strtoul
(s, end, &v, min, max);
[
all
...]
Completed in 2665 milliseconds