Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddhcp.c387 static int strtoopt( char *str, uint8_t optonly) in strtoopt() function
1289 raw_opt[raw_optcount] = (uint8_t) strtoopt(TT.req_opt->arg, 1); in dhcp_main()
1296 (void) strtoopt(TT.pkt_opt->arg, 0); in dhcp_main()
Ddhcpd.c542 static int strtoopt(const char *str, void *var) in strtoopt() function
705 {"option" , strtoopt , (void*)&gconfig.options , ""},
706 {"opt" , strtoopt , (void*)&gconfig.options , ""},