OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:striptovar
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
dhcpd.c
527
static int
striptovar
(const char *str, void *var)
function
606
striptovar
(valstr, options_list[count].val);
615
striptovar
(valstr, ((uint8_t*)options_list[count].val)+options_list[count].len);
637
if (
striptovar
(grp, (uint8_t*)&nip)<0) error_exit("wrong formated static route option");
639
if (
striptovar
(tp, (uint8_t*)&router)<0) error_exit("wrong formated static route option");
682
striptovar
(tkip, &sltmp->nip);
691
{"start" ,
striptovar
, (void*)&gconfig.start_ip , "192.168.0.20"},
692
{"end" ,
striptovar
, (void*)&gconfig.end_ip , "192.168.0.254"},
704
{"siaddr" ,
striptovar
, (void*)&gconfig.siaddr_nip , "0.0.0.0"},
711
{"start6" ,
striptovar
, (void*)&gconfig.start_ip6 , "2001:620:40b:555::100"}
[
all
...]
dhcp.c
376
static int
striptovar
( char *str, void *var)
function
453
striptovar
(valstr, options_list[count].val);
462
striptovar
(valstr, ((uint8_t*)options_list[count].val)+options_list[count].len);
485
if (
striptovar
(grp, (uint8_t*)&nip) < 0) error_exit("malformed static route option");
487
if (
striptovar
(tp, (uint8_t*)&router) < 0) error_exit("malformed static route option");
[
all
...]
Completed in 68 milliseconds