HomeSort by relevance Sort by last modified time
    Searched refs:gconfig (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
dhcpd.c 324 static server_config_t gconfig; variable
691 {"start" , striptovar , (void*)&gconfig.start_ip , "192.168.0.20"},
692 {"end" , striptovar , (void*)&gconfig.end_ip , "192.168.0.254"},
693 {"interface" , strinvar , (void*)&gconfig.interface , "eth0"},
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"}
    [all...]
  /device/asus/fugu/
AndroidKernel.mk 64 menuconfig xconfig gconfig: $(KERNEL_CONFIG)
87 .PHONY: menuconfig xconfig gconfig

Completed in 119 milliseconds