Lines Matching refs:strtou32
343 static int strtou32(const char *str, void *var) in strtou32() function
399 strtou32(option, (uint32_t*)&optcode); in strtoopt()
434 strtou32(valstr, &convtmp); in strtoopt()
440 strtou32(valstr, &convtmp); in strtoopt()
446 strtou32(valstr, &convtmp); in strtoopt()
540 {"port" , strtou32 , (void*)&gconfig.port , "67"},
541 {"min_lease" , strtou32 , (void*)&gconfig.min_lease_sec, "60"},
542 {"max_leases" , strtou32 , (void*)&gconfig.max_leases , "235"},
543 {"auto_time" , strtou32 , (void*)&gconfig.auto_time , "7200"},
544 {"decline_time" , strtou32 , (void*)&gconfig.decline_time , "3600"},
545 {"conflict_time", strtou32 , (void*)&gconfig.conflict_time, "3600"},
546 {"offer_time" , strtou32 , (void*)&gconfig.offer_time , "60"},