Searched refs:gconfig (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/pending/ |
D | 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 …]
|
/external/python/cpython2/Lib/plat-irix5/ |
D | jpeg.py | 93 gl.gconfig() 99 gl.gconfig()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | jpeg.py | 93 gl.gconfig() 99 gl.gconfig()
|
/external/python/cpython2/Modules/ |
D | cstubs | 889 void gconfig
|
D | glmodule.c | 1005 gconfig( ); in gl_gconfig()
|