Home | History | Annotate | Download | only in pending

Lines Matching refs:strtou32

498 static int strtou32(const char *str, void *var)
553 strtou32(option, (uint32_t*)&optcode);
588 strtou32(valstr, &convtmp);
594 strtou32(valstr, &convtmp);
600 strtou32(valstr, &convtmp);
694 {"port" , strtou32 , (void*)&gconfig.port , "67"},
695 {"min_lease" , strtou32 , (void*)&gconfig.min_lease_sec, "60"},
696 {"max_leases" , strtou32 , (void*)&gconfig.max_leases , "235"},
697 {"auto_time" , strtou32 , (void*)&gconfig.auto_time , "7200"},
698 {"decline_time" , strtou32 , (void*)&gconfig.decline_time , "3600"},
699 {"conflict_time", strtou32 , (void*)&gconfig.conflict_time, "3600"},
700 {"offer_time" , strtou32 , (void*)&gconfig.offer_time , "60"},
713 {"preferred_lifetime" , strtou32 , (void*)&gconfig.pref_lifetime, "3600"},
714 {"valid_lifetime" , strtou32 , (void*)&gconfig.valid_lifetime, "7200"},
715 {"t1" , strtou32 , (void*)&gconfig.t1 , "3600"},
716 {"t2" , strtou32 , (void*)&gconfig.t2 , "5400"},