Searched refs:strtoopt (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 387 static int strtoopt( char *str, uint8_t optonly) in strtoopt() function 1291 raw_opt[raw_optcount] = (uint8_t) strtoopt(TT.req_opt->arg, 1); in dhcp_main() 1298 (void) strtoopt(TT.pkt_opt->arg, 0); in dhcp_main()
|
H A D | dhcpd.c | 542 static int strtoopt(const char *str, void *var) in strtoopt() function 705 {"option" , strtoopt , (void*)&gconfig.options , ""}, 706 {"opt" , strtoopt , (void*)&gconfig.options , ""},
|
Completed in 6 milliseconds