search for: getipaddr

Displaying 3 results from an estimated 3 matches for "getipaddr".

Did you mean: getaddr
2009 Jan 30
4
modules not processing in order
Hello there I''m just testing a module (see merging directories) and it is quite involved, in that it: __generic__ 1) creates a user 2) creates a base directory 3) copies generic files (directory with recursion) 4) generate a configuration file from a template 5) creates a symlink __os specific__ 6) copies os specific files (in my scenario two folders, and an init script) 7)
2010 Apr 26
0
[PATCH matahari] Created the NetworkDevice agent.
...id) const { return mgmt_object; } - status_t ManagementMethod(uint32_t methodId, Args& args, string& text); - - // Field Accessors - const string &getInterfaceName(void) { return interfaceName; } - const string &getMacaddr(void) { return macaddr; } - const string &getIpaddr(void) { return ipaddr; } - const string &getNetmask(void) { return netmask; } - const string &getBroadcast(void) { return broadcast; } - int getBandwidth(void) { return bandwidth; } -}; diff --git a/src/platform.h b/src/platform.h index 514ad20..54fbe37 100644 --- a/src/platform.h...
2010 Apr 26
2
Patch supercedes previous patch...
In looking at the code I realized that the last of the HAL depenencies were removed with this patch. So, I'm pushing an updated patch that contains none of the HAL code in it.